Document the --code-highlight default

This commit is contained in:
Hugo van Kemenade 2022-04-23 17:30:52 +03:00
parent 0347957aa7
commit ff086ddd07
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@ def pytest_addoption(parser: Parser) -> None:
"--code-highlight", "--code-highlight",
default="yes", default="yes",
choices=["yes", "no"], choices=["yes", "no"],
help="Whether code should be highlighted (only if --color is also enabled)", help="Whether code should be highlighted (only if --color is also enabled). "
"Default: yes",
) )
parser.addini( parser.addini(