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

Method test_status_code

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

Source from the content-addressed store, hash-verified

517 Response.make(headers=42)
518
519 def test_status_code(self):
520 _test_passthrough_attr(tresp(), "status_code")
521
522 def test_reason(self):
523 resp = tresp()

Callers

nothing calls this directly

Calls 2

trespFunction · 0.90
_test_passthrough_attrFunction · 0.85

Tested by

no test coverage detected