We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eef471 commit 9fd7d5bCopy full SHA for 9fd7d5b
testing/code/test_excinfo.py
@@ -63,7 +63,7 @@ def test_excinfo_from_exception_simple() -> None:
63
64
65
def test_excinfo_from_exception_missing_traceback_assertion() -> None:
66
- with pytest.raises(AssertionError, match=r'must have.*__traceback__'):
+ with pytest.raises(AssertionError, match=r"must have.*__traceback__"):
67
_pytest._code.ExceptionInfo.from_exception(ValueError())
68
69
0 commit comments