terminal: console_output_style: document "count" with help
This commit is contained in:
parent
b549438423
commit
b6b7185b7b
|
@ -140,7 +140,7 @@ def pytest_addoption(parser):
|
||||||
|
|
||||||
parser.addini(
|
parser.addini(
|
||||||
"console_output_style",
|
"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",
|
default="progress",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue