From 35d136161a577cc5ca75446d90887686ebad966c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 25 Feb 2020 16:05:17 +0100 Subject: [PATCH] add test Fixes the test to not match e.g. hypothesis (ref: bdde2ac28). Conflicts: testing/test_helpconfig.py --- testing/test_helpconfig.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/test_helpconfig.py b/testing/test_helpconfig.py index aaf9a2e28..5e4f85228 100644 --- a/testing/test_helpconfig.py +++ b/testing/test_helpconfig.py @@ -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*