MCPcopy Index your code
hub / github.com/pytest-dev/pytest / runpdb_and_get_stdout

Function runpdb_and_get_stdout

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

Source from the content-addressed store, hash-verified

24
25
26def runpdb_and_get_stdout(pytester: Pytester, source: str):
27 result = runpdb(pytester, source)
28 return result.stdout.str()
29
30
31def runpdb_and_get_report(pytester: Pytester, source: str):

Calls 2

runpdbFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…