File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def pytest_addoption(parser: Parser) -> None:
51
51
action = "count" ,
52
52
default = 0 ,
53
53
dest = "version" ,
54
- help = "display pytest version and information about plugins."
54
+ help = "display pytest version and information about plugins. "
55
55
"When given twice, also display information about plugins." ,
56
56
)
57
57
group ._addoption (
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ def test_help(pytester: Pytester) -> None:
28
28
For example: -m 'mark1 and not mark2'.
29
29
reporting:
30
30
--durations=N *
31
+ -V, --version display pytest version and information about plugins.
32
+ When given twice, also display information about
33
+ plugins.
31
34
*setup.cfg*
32
35
*minversion*
33
36
*to see*markers*pytest --markers*
You can’t perform that action at this time.
0 commit comments