Skip to content

Commit b6b7185

Browse files
committed
terminal: console_output_style: document "count" with help
1 parent b549438 commit b6b7185

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)