We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9628c5 + 1e3d5a0 commit b3319a6Copy full SHA for b3319a6
src/_pytest/mark/__init__.py
@@ -52,6 +52,7 @@ def pytest_addoption(parser):
52
"other' matches all test functions and classes whose name "
53
"contains 'test_method' or 'test_other', while -k 'not test_method' "
54
"matches those that don't contain 'test_method' in their names. "
55
+ "-k 'not test_method and not test_other' will eliminate the matches. "
56
"Additionally keywords are matched to classes and functions "
57
"containing extra names in their 'extra_keyword_matches' set, "
58
"as well as functions which have names assigned directly to them.",
0 commit comments