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

Method pytest_pyfunc_call

src/_pytest/debugging.py:305–307  ·  view source on GitHub ↗
(self, pyfuncitem)

Source from the content-addressed store, hash-verified

303class PdbTrace:
304 @hookimpl(hookwrapper=True)
305 def pytest_pyfunc_call(self, pyfuncitem) -> Generator[None, None, None]:
306 wrap_pytest_function_for_tracing(pyfuncitem)
307 yield
308
309
310def wrap_pytest_function_for_tracing(pyfuncitem):

Callers 1

runtestMethod · 0.45

Calls 1

Tested by

no test coverage detected