Files
pytest2/changelog/8983.bugfix.rst
2021-08-08 11:56:17 +03:00

3 lines
242 B
ReStructuredText

The test selection options ``pytest -k`` and ``pytest -m`` now support matching names containing backslash (`\\`) characters.
Backslashes are treated literally, not as escape characters (the values being matched against are already escaped).