MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / test_dump_info_async

Function test_dump_info_async

test/mitmproxy/utils/test_debug.py:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24async def test_dump_info_async():
25 cs = io.StringIO()
26 debug.dump_info(None, None, file=cs)
27 assert "Tasks" in cs.getvalue()
28
29
30def test_dump_stacks():

Callers

nothing calls this directly

Calls 1

getvalueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…