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.
test_traceback.py
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output:
» ./python.exe Lib/test/test_traceback.py .................................................................................................................................................................................................................................................................................................F................................................ ====================================================================== FAIL: test_smoke_user_exception (__main__.TestTracebackException.test_smoke_user_exception) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/sobolev/Desktop/cpython2/Lib/test/test_traceback.py", line 3134, in test_smoke_user_exception self.do_test_smoke(MyException('bad things happened'), expected) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/sobolev/Desktop/cpython2/Lib/test/test_traceback.py", line 3117, in do_test_smoke self.assertEqual(expected_type_str, exc.exc_type_str) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'test.test_traceback.TestTracebackExceptio[44 chars]tion' != 'TestTracebackException.test_smoke_user_ex[24 chars]tion' - test.test_traceback.TestTracebackException.test_smoke_user_exception.<locals>.MyException ? -------------------- + TestTracebackException.test_smoke_user_exception.<locals>.MyException
I have a PR ready.
The text was updated successfully, but these errors were encountered:
pythongh-115282: Fix direct invocation of test_traceback.py
a2661c2
gh-115282: Fix direct invocation of test_traceback.py (#115283)
cc573c7
pythongh-115282: Fix direct invocation of test_traceback.py (python…
bcaa93c
…#115283)
sobolevn
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Output:
I have a PR ready.
Linked PRs
test_traceback.py
#115283The text was updated successfully, but these errors were encountered: