Merge pull request #1153 from b-jazz/patch-2

Update usage.rst
This commit is contained in:
Florian Bruhin 2015-10-24 15:41:24 +02:00
commit bd36e00174
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Several test run options::
py.test test_mod.py # run tests in module
py.test somepath # run all tests below somepath
py.test -k stringexpr # only run tests with names that match the
# the "string expression", e.g. "MyClass and not method"
# "string expression", e.g. "MyClass and not method"
# will select TestMyClass.test_something
# but not TestMyClass.test_method_simple
py.test test_mod.py::test_func # only run tests that match the "node ID",