Fixes the test to not match e.g. hypothesis (ref: bdde2ac28).

Conflicts:
	testing/test_helpconfig.py
This commit is contained in:
Daniel Hahler 2020-02-25 16:05:17 +01:00 committed by Bruno Oliveira
parent 691a7fceea
commit 35d136161a
1 changed files with 4 additions and 1 deletions

View File

@ -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*