Merge pull request #1911 from irachex/patch-1

Fix keyword docs
This commit is contained in:
Florian Bruhin 2016-09-05 11:27:49 +02:00 committed by GitHub
commit b38cf77562
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def pytest_addoption(parser):
help="only run tests which match the given substring expression. " help="only run tests which match the given substring expression. "
"An expression is a python evaluatable expression " "An expression is a python evaluatable expression "
"where all names are substring-matched against test names " "where all names are substring-matched against test names "
"and their parent classes. Example: -k 'test_method or test " "and their parent classes. Example: -k 'test_method or test_"
"other' matches all test functions and classes whose name " "other' matches all test functions and classes whose name "
"contains 'test_method' or 'test_other'. " "contains 'test_method' or 'test_other'. "
"Additionally keywords are matched to classes and functions " "Additionally keywords are matched to classes and functions "