Skip to content

Commit

Permalink
Remove incorrect choices comment (#6677)
Browse files Browse the repository at this point in the history
  • Loading branch information
rana-ahmed authored Feb 5, 2020
1 parent cdc7e13 commit ef437ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/junitxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: ",
Expand Down

0 comments on commit ef437ea

Please sign in to comment.