This commit is contained in:
Catherine Lee 2024-01-18 11:58:26 -08:00
parent de53ed64ec
commit 38b46c69e7
1 changed files with 1 additions and 1 deletions

View File

@ -1657,7 +1657,7 @@ def test_bin_escaped_skipreason(pytester: Pytester, run_and_parse: RunAndParse)
pytester.makepyfile(
"""
import pytest
@pytest.mark.skip("\33[31;1red\33[0m")
@pytest.mark.skip("\33[31;1mred\33[0m")
def test_skip():
pass
"""