Merge pull request #5075 from blueyed/console_output_style

terminal: console_output_style: document "count" with help
This commit is contained in:
Bruno Oliveira 2019-04-09 20:54:12 -03:00 committed by GitHub
commit 5e26304d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",
) )