test_ok2/changelog/8983.bugfix.rst

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).