Skip to content

Commit 61b4f7a

Browse files
committed
Clarify --durations-min default in help text
1 parent 30e7ad9 commit 61b4f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def pytest_addoption(parser: Parser) -> None:
6464
default=None,
6565
metavar="N",
6666
help="Minimal duration in seconds for inclusion in slowest list. "
67-
"Default: 0.005.",
67+
"Default: 0.005 (or 0.0 if -vv is given).",
6868
)
6969

7070

0 commit comments

Comments
 (0)