MCPcopy
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_simpleFunction · 0.45
consoleFunction · 0.45
h2_framesFunction · 0.45
test_reloadMethod · 0.45
test_orderMethod · 0.45
test_responseMethod · 0.45
test_corruptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected