Document the --code-highlight default (#9883)
Also normalized all help text using the patterns: * `One sentence help text` * `First sentence of help. Second sentence of help.`
This commit is contained in:
committed by
GitHub
parent
9a8f5dd73e
commit
e54c6a1362
@@ -2117,8 +2117,8 @@ class TestDebugOptions:
|
||||
result = pytester.runpytest("-h")
|
||||
result.stdout.fnmatch_lines(
|
||||
[
|
||||
"*store internal tracing debug information in this log*",
|
||||
"*This file is opened with 'w' and truncated as a result*",
|
||||
"*Defaults to 'pytestdebug.log'.",
|
||||
"*Store internal tracing debug information in this log*",
|
||||
"*file. This file is opened with 'w' and truncated as a*",
|
||||
"*Default: pytestdebug.log.",
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user