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

Method test_scheme

test/mitmproxy/test_http.py:159–160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 _test_decoded_attr(treq(), "method")
158
159 def test_scheme(self):
160 _test_decoded_attr(treq(), "scheme")
161
162 def test_port(self):
163 _test_passthrough_attr(treq(), "port", 1234)

Callers

nothing calls this directly

Calls 2

treqFunction · 0.90
_test_decoded_attrFunction · 0.85

Tested by

no test coverage detected