MCPcopy
hub / github.com/mitmproxy/mitmproxy / test_no_error

Function test_no_error

test/mitmproxy/addons/test_errorcheck.py:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23async def test_no_error():
24 e = ErrorCheck()
25 await e.shutdown_if_errored()
26 e.finish()
27
28
29async def test_error_message(capsys):

Callers

nothing calls this directly

Calls 3

shutdown_if_erroredMethod · 0.95
finishMethod · 0.95
ErrorCheckClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…