Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ clear
Method
clear
test/conftest.py:67–68 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
raise
AssertionError(f
"Did not find {text!r} in log:\n{self.caplog.text}"
)
66
67
def
clear(self) -> None:
68
self.caplog.clear()
69
70
71
@pytest.fixture
Callers
10
test_simple
Function · 0.45
console
Function · 0.45
h2_frames
Function · 0.45
test_reload
Method · 0.45
test_order
Method · 0.45
test_response
Method · 0.45
test_configure_tls_version
Method · 0.45
test_configure_ciphers
Method · 0.45
test_strip_unnecessary
Method · 0.45
test_corrupt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected