typo
This commit is contained in:
parent
939479bb84
commit
3e12b08490
|
@ -1654,7 +1654,7 @@ def test_escaped_skipreason_issue3533(
|
||||||
|
|
||||||
|
|
||||||
def test_bin_escaped_skipreason(pytester: Pytester, run_and_parse: RunAndParse) -> None:
|
def test_bin_escaped_skipreason(pytester: Pytester, run_and_parse: RunAndParse) -> None:
|
||||||
"""Special characters are skipped from mark.skip reason (#11842)."""
|
"""Escape special characters from mark.skip reason (#11842)."""
|
||||||
pytester.makepyfile(
|
pytester.makepyfile(
|
||||||
"""
|
"""
|
||||||
import pytest
|
import pytest
|
||||||
|
|
Loading…
Reference in New Issue