MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / tearDown

Method tearDown

tests/test_memory.py:314–315  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

312 self.memory.load_file("config.json", '{"setting": "value"}')
313
314 def tearDown(self):
315 reset_memory()
316
317 def test_build_file_block_returns_string(self):
318 """build_file_block should return a string."""

Callers

nothing calls this directly

Calls 1

reset_memoryFunction · 0.90

Tested by

no test coverage detected