We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e8a8a commit 70befb1Copy full SHA for 70befb1
1 file changed
tests/test_lib.py
@@ -33,7 +33,8 @@ def test(entry):
33
except UnicodeEncodeError as e:
34
if e.reason == "surrogates not allowed":
35
pytest.skip("unsupported in the implementation")
36
- raise
+ else:
37
+ raise
38
39
if "expected_obj" in entry:
40
for key in entry["expected_obj"]:
0 commit comments