MCPcopy
hub / github.com/pytest-dev/pytest / pytest_internalerror

Method pytest_internalerror

src/_pytest/debugging.py:299–301  ·  view source on GitHub ↗
(self, excinfo: ExceptionInfo[BaseException])

Source from the content-addressed store, hash-verified

297 _enter_pdb(node, call.excinfo, report)
298
299 def pytest_internalerror(self, excinfo: ExceptionInfo[BaseException]) -> None:
300 exc_or_tb = _postmortem_exc_or_tb(excinfo)
301 post_mortem(exc_or_tb)
302
303
304class PdbTrace:

Callers

nothing calls this directly

Calls 2

_postmortem_exc_or_tbFunction · 0.85
post_mortemFunction · 0.85

Tested by

no test coverage detected