add test
Fixes the test to not match e.g. hypothesis (ref: bdde2ac28). Conflicts: testing/test_helpconfig.py
This commit is contained in:
parent
691a7fceea
commit
35d136161a
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue