Skip to content

Commit 5e26304

Browse files
authored
Merge pull request #5075 from blueyed/console_output_style
terminal: console_output_style: document "count" with help
2 parents d0860a3 + b6b7185 commit 5e26304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def pytest_addoption(parser):
140140

141141
parser.addini(
142142
"console_output_style",
143-
help="console output: classic or with additional progress information (classic|progress).",
143+
help='console output: "classic", or with additional progress information ("progress" (percentage) | "count").',
144144
default="progress",
145145
)
146146

0 commit comments

Comments
 (0)