Skip to content

Commit 40cffac

Browse files
committed
minor: fix grammar with help for --setup-{only,show}
1 parent 0735d45 commit 40cffac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_pytest/setuponly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
def pytest_addoption(parser):
66
group = parser.getgroup("debugconfig")
77
group.addoption('--setuponly', '--setup-only', action="store_true",
8-
help="only setup fixtures, don't execute the tests.")
8+
help="only setup fixtures, do not execute tests.")
99
group.addoption('--setupshow', '--setup-show', action="store_true",
10-
help="show setup fixtures while executing the tests.")
10+
help="show setup of fixtures while executing tests.")
1111

1212

1313
@pytest.hookimpl(hookwrapper=True)

0 commit comments

Comments
 (0)