You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to inspect the current stack of the raised exception. For some reason, I'm receiving an stdlib traceback.traceback object in the PyCharm debugger, but pytest's internal _pytest._code.Traceback object when running without the debugger.
I was trying to inspect the current stack of the raised exception. For some reason, I'm receiving an stdlib
traceback.traceback
object in the PyCharm debugger, but pytest's internal_pytest._code.Traceback
object when running without the debugger.To reproduce:
Content of
test_file.py
:Reproduced in the
python:3.6
Docker image:To work around this issue, you can get the
traceback.traceback
object:The text was updated successfully, but these errors were encountered: