Merge pull request #5075 from blueyed/console_output_style
terminal: console_output_style: document "count" with help
This commit is contained in:
commit
5e26304d81
|
@ -140,7 +140,7 @@ def pytest_addoption(parser):
|
|||
|
||||
parser.addini(
|
||||
"console_output_style",
|
||||
help="console output: classic or with additional progress information (classic|progress).",
|
||||
help='console output: "classic", or with additional progress information ("progress" (percentage) | "count").',
|
||||
default="progress",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue