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

Class PdbTrace

src/_pytest/debugging.py:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
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

pytest_configureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected