Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Fixes the test to not match e.g. hypothesis (ref: bdde2ac).

Conflicts:
	testing/test_helpconfig.py
  • Loading branch information
blueyed committed Feb 25, 2020
1 parent 7e040ba commit 72cf613
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testing/test_helpconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ def test_help(testdir):
assert result.ret == 0
result.stdout.fnmatch_lines(
"""
*-v*verbose*
-m MARKEXPR only run tests matching given mark expression.
For example: -m 'mark1 and not mark2'.
reporting:
--durations=N *
*setup.cfg*
*minversion*
*to see*markers*pytest --markers*
Expand Down

0 comments on commit 72cf613

Please sign in to comment.