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

Method test_method

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

Source from the content-addressed store, hash-verified

154 assert treq(authority=b"").first_line_format == "relative"
155
156 def test_method(self):
157 _test_decoded_attr(treq(), "method")
158
159 def test_scheme(self):
160 _test_decoded_attr(treq(), "scheme")

Callers

nothing calls this directly

Calls 2

treqFunction · 0.90
_test_decoded_attrFunction · 0.85

Tested by

no test coverage detected