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.
1 parent c69fbd7 commit c608544Copy full SHA for c608544
_pytest/mark.py
@@ -19,7 +19,7 @@ def pytest_addoption(parser):
19
help="only run tests which match the given substring expression. "
20
"An expression is a python evaluatable expression "
21
"where all names are substring-matched against test names "
22
- "and their parent classes. Example: -k 'test_method or test "
+ "and their parent classes. Example: -k 'test_method or test_"
23
"other' matches all test functions and classes whose name "
24
"contains 'test_method' or 'test_other'. "
25
"Additionally keywords are matched to classes and functions "
0 commit comments