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 0735d45 commit 40cffacCopy full SHA for 40cffac
1 file changed
_pytest/setuponly.py
@@ -5,9 +5,9 @@
5
def pytest_addoption(parser):
6
group = parser.getgroup("debugconfig")
7
group.addoption('--setuponly', '--setup-only', action="store_true",
8
- help="only setup fixtures, don't execute the tests.")
+ help="only setup fixtures, do not execute tests.")
9
group.addoption('--setupshow', '--setup-show', action="store_true",
10
- help="show setup fixtures while executing the tests.")
+ help="show setup of fixtures while executing tests.")
11
12
13
@pytest.hookimpl(hookwrapper=True)
0 commit comments