We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e7ad9 commit 61b4f7aCopy full SHA for 61b4f7a
src/_pytest/runner.py
@@ -64,7 +64,7 @@ def pytest_addoption(parser: Parser) -> None:
64
default=None,
65
metavar="N",
66
help="Minimal duration in seconds for inclusion in slowest list. "
67
- "Default: 0.005.",
+ "Default: 0.005 (or 0.0 if -vv is given).",
68
)
69
70
0 commit comments