Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
async
def
test_no_error():
24
e = ErrorCheck()
25
await e.shutdown_if_errored()
26
e.finish()
27
28
29
async
def
test_error_message(capsys):
Callers
nothing calls this directly
Calls
3
shutdown_if_errored
Method · 0.95
finish
Method · 0.95
ErrorCheck
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…