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

Function fin

src/_pytest/debugging.py:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 # NOTE: not using pytest_unconfigure, since it might get called although
81 # pytest_configure was not (if another plugin raises UsageError).
82 def fin() -> None:
83 (
84 pdb.set_trace,
85 pytestPDB._pluginmanager,
86 pytestPDB._config,
87 ) = pytestPDB._saved.pop()
88
89 config.add_cleanup(fin)
90

Callers 2

teardown_exactMethod · 0.85
finishMethod · 0.85

Calls 1

popMethod · 0.80

Tested by

no test coverage detected