Added lost space.

This commit is contained in:
Wouter van Ackooy 2013-05-22 07:41:46 +02:00
parent fe27f3cc7d
commit 02511d1564
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def pytest_addoption(parser):
action="store", dest="keyword", default='', metavar="EXPRESSION",
help="only run tests which match the given substring 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 "
"other' matches all test functions and classes whose name "
"contains 'test_method' or 'test_other'. "