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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: ",