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

Method pytest_unconfigure

src/_pytest/terminal.py:1014–1016  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1012 self._keyboardinterrupt_memo = excinfo.getrepr(funcargs=True)
1013
1014 def pytest_unconfigure(self) -> None:
1015 if self._keyboardinterrupt_memo is not None:
1016 self._report_keyboardinterrupt()
1017
1018 def _report_keyboardinterrupt(self) -> None:
1019 excrepr = self._keyboardinterrupt_memo

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected