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
@@ -1352,7 +1352,7 @@ def pytest_addoption(parser: Parser) -> None:
|
||||
"usefixtures",
|
||||
type="args",
|
||||
default=[],
|
||||
help="list of default fixtures to be used with this project",
|
||||
help="List of default fixtures to be used with this project",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user