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

Method setUp

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

Source from the content-addressed store, hash-verified

343 """Test Memory.compress_summary() functionality."""
344
345 def setUp(self):
346 reset_memory()
347 self.memory = get_memory()
348
349 def tearDown(self):
350 reset_memory()

Callers

nothing calls this directly

Calls 2

reset_memoryFunction · 0.90
get_memoryFunction · 0.90

Tested by

no test coverage detected