From 3e12b0849067edf8875ae8921f7b319c11a789c8 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 18 Jan 2024 21:52:05 -0300 Subject: [PATCH] typo --- testing/test_junitxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index 48a9c263e..b0c2d1c6d 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -1654,7 +1654,7 @@ def test_escaped_skipreason_issue3533( 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( """ import pytest