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 844c6f8 commit 7a0aa3dCopy full SHA for 7a0aa3d
testing/code/test_code.py
@@ -88,7 +88,7 @@ def test_unicode_handling() -> None:
88
def f() -> None:
89
raise ValueError(value)
90
91
- excinfo = pytest.raises(ValueError, f)
+ excinfo = pytest.raises(ValueError, f)
92
str(excinfo)
93
94
0 commit comments