Skip to content

Commit

Permalink
Merge pull request #2100 from blueyed/fix-help-grammar
Browse files Browse the repository at this point in the history
minor: fix grammar with help for --setup-{only,show}
  • Loading branch information
nicoddemus authored Nov 28, 2016
2 parents 454d288 + 40cffac commit 8b4da9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pytest/setuponly.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
def pytest_addoption(parser):
group = parser.getgroup("debugconfig")
group.addoption('--setuponly', '--setup-only', action="store_true",
help="only setup fixtures, don't execute the tests.")
help="only setup fixtures, do not execute tests.")
group.addoption('--setupshow', '--setup-show', action="store_true",
help="show setup fixtures while executing the tests.")
help="show setup of fixtures while executing tests.")


@pytest.hookimpl(hookwrapper=True)
Expand Down

0 comments on commit 8b4da9d

Please sign in to comment.