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

Method after

src/_pytest/pytester.py:266–267  ·  view source on GitHub ↗
(outcome, hook_name: str, hook_impls, kwargs)

Source from the content-addressed store, hash-verified

264 self.calls.append(RecordedHookCall(hook_name, kwargs))
265
266 def after(outcome, hook_name: str, hook_impls, kwargs) -> None:
267 pass
268
269 self._undo_wrapping = pluginmanager.add_hookcall_monitoring(before, after)
270

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected