Update docs about case-insensitive expression matching

This commit is contained in:
Christoph Buelter
2019-12-05 14:13:22 +01:00
parent e24b6b0388
commit ac5929eef3
3 changed files with 8 additions and 3 deletions

View File

@@ -148,6 +148,10 @@ which implements a substring match on the test names instead of the
exact match on markers that ``-m`` provides. This makes it easy to
select tests based on their names:
.. versionadded: 5.3.1/6.0
The expression matching is now case-insensitive.
.. code-block:: pytest
$ pytest -v -k http # running with the above defined example module