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 a4c7752 commit 35ee8c1Copy full SHA for 35ee8c1
Lib/test/test_sys.py
@@ -982,8 +982,8 @@ class X(Exception):
982
with test.support.captured_stderr() as stderr, \
983
test.support.swap_attr(sys, 'unraisablehook',
984
sys.__unraisablehook__):
985
- expected = self.write_unraisable_exc(
986
- A.B.X(), "msg", "obj");
+ expected = self.write_unraisable_exc(
+ A.B.X(), "msg", "obj");
987
report = stderr.getvalue()
988
testName = 'test_original_unraisablehook_exception_qualname'
989
self.assertIn(f"{testName}.<locals>.A.B.X", report)
0 commit comments