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

Method pytest_pyfunc_call

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

Source from the content-addressed store, hash-verified

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

Callers 1

runtestMethod · 0.45

Calls 1

Tested by

no test coverage detected