Update doc/en/how-to/usage.rst
This commit is contained in:
parent
d25580676e
commit
2befe4ff2e
|
@ -40,7 +40,7 @@ Pytest supports several ways to run and select tests from the command-line.
|
||||||
This will run tests which contain names that match the given *string expression* (case-insensitive),
|
This will run tests which contain names that match the given *string expression* (case-insensitive),
|
||||||
which can include Python operators that use filenames, class names and function names as variables.
|
which can include Python operators that use filenames, class names and function names as variables.
|
||||||
The example above will run ``TestMyClass.test_something`` but not ``TestMyClass.test_method_simple``.
|
The example above will run ``TestMyClass.test_something`` but not ``TestMyClass.test_method_simple``.
|
||||||
Use ``"`` instead of ``''`` in expression when running this on Windows
|
Use ``""`` instead of ``''`` in expression when running this on Windows
|
||||||
|
|
||||||
.. _nodeids:
|
.. _nodeids:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue