MCPcopy 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_certsMethod · 0.95

Calls 1

pMethod · 0.95

Tested by

no test coverage detected