Remove incorrect choices comment (#6677)

This commit is contained in:
Minuddin Ahmed Rana
2020-02-06 01:45:21 +06:00
committed by GitHub
parent cdc7e13067
commit ef437ea448

View File

@@ -410,7 +410,7 @@ def pytest_addoption(parser):
"Write captured log messages to JUnit report: "
"one of no|system-out|system-err",
default="no",
) # choices=['no', 'stdout', 'stderr'])
)
parser.addini(
"junit_log_passing_tests",
"Capture log information for passing tests to JUnit report: ",