Remove incorrect choices comment (#6677)
This commit is contained in:
parent
cdc7e13067
commit
ef437ea448
|
@ -410,7 +410,7 @@ def pytest_addoption(parser):
|
||||||
"Write captured log messages to JUnit report: "
|
"Write captured log messages to JUnit report: "
|
||||||
"one of no|system-out|system-err",
|
"one of no|system-out|system-err",
|
||||||
default="no",
|
default="no",
|
||||||
) # choices=['no', 'stdout', 'stderr'])
|
)
|
||||||
parser.addini(
|
parser.addini(
|
||||||
"junit_log_passing_tests",
|
"junit_log_passing_tests",
|
||||||
"Capture log information for passing tests to JUnit report: ",
|
"Capture log information for passing tests to JUnit report: ",
|
||||||
|
|
Loading…
Reference in New Issue