MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_clear

Method test_clear

tests/test_input_processing.py:184–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 assert history.entries[0] == "entry-2"
183
184 def test_clear(self):
185 history = InputHistory()
186 history.add("data")
187 history.clear()
188 assert history.size == 0
189
190
191class TestMultiline:

Callers

nothing calls this directly

Calls 3

addMethod · 0.95
clearMethod · 0.95
InputHistoryClass · 0.90

Tested by

no test coverage detected