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

Function runpdb

testing/test_debugging.py:21–23  ·  view source on GitHub ↗
(pytester: Pytester, source: str)

Source from the content-addressed store, hash-verified

19
20
21def runpdb(pytester: Pytester, source: str):
22 p = pytester.makepyfile(source)
23 return pytester.runpytest_inprocess("--pdb", p)
24
25
26def runpdb_and_get_stdout(pytester: Pytester, source: str):

Callers 2

runpdb_and_get_stdoutFunction · 0.85
runpdb_and_get_reportFunction · 0.85

Calls 2

makepyfileMethod · 0.45
runpytest_inprocessMethod · 0.45

Tested by

no test coverage detected