Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ assert_noerr
Method
assert_noerr
test/mitmproxy/test_proxy.py:29–32 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
27
return
parser, pconf
28
29
def
assert_noerr(self, *args):
30
m, p = self.p(*args)
31
assert p
32
return
p
33
34
def
test_simple(self):
35
assert self.p()
Callers
1
test_certs
Method · 0.95
Calls
1
p
Method · 0.95
Tested by
no test coverage detected