forked from HAL9000/cleveragents-core
test: remove coverage threshold tdd expected fail tags
This commit is contained in:
@@ -9,7 +9,7 @@ Suite Teardown Cleanup Test Environment
|
||||
*** Test Cases ***
|
||||
Noxfile Contains Coverage Threshold Constant
|
||||
[Documentation] Verify COVERAGE_THRESHOLD = 97 is defined in noxfile.py
|
||||
[Tags] coverage config tdd_issue tdd_issue_4305 tdd_expected_fail
|
||||
[Tags] coverage config tdd_issue tdd_issue_4305
|
||||
|
||||
${content}= Get File ${WORKSPACE}/noxfile.py
|
||||
Should Contain ${content} COVERAGE_THRESHOLD = 97
|
||||
@@ -34,8 +34,7 @@ Pyproject Coverage Source Includes Src
|
||||
|
||||
Coverage Threshold Is 97 In Noxfile
|
||||
[Documentation] Verify noxfile enforces 97% threshold via fail-under
|
||||
[Tags] tdd_issue tdd_issue_4227 tdd_expected_fail
|
||||
[Tags] coverage config
|
||||
[Tags] coverage config tdd_issue tdd_issue_4227
|
||||
${content}= Get File ${WORKSPACE}/noxfile.py
|
||||
Should Contain ${content} --fail-under=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user