MCPcopy Create free account
hub / github.com/pytest-dev/pytest / pytest_internalerror

Method pytest_internalerror

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_postmortem_tracebackFunction · 0.85
post_mortemFunction · 0.85

Tested by

no test coverage detected