diff --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -72,7 +72,7 @@ py.test also has many more options, see are:: -k EXPRESSION only run tests which match the given substring - expression. An expression is a python evaluatable + expression. An expression is a python evaluable expression where all names are substring-matched against test names and their parent classes. Example: -x, --exitfirst exit instantly on first error or failed test.