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

Function test_dump_info

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

Source from the content-addressed store, hash-verified

15
16
17def test_dump_info():
18 cs = io.StringIO()
19 debug.dump_info(None, None, file=cs)
20 assert cs.getvalue()
21 assert "Tasks" not in cs.getvalue()
22
23
24async def test_dump_info_async():

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…