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

Method setUp

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

Source from the content-addressed store, hash-verified

481 """Test Memory.add_to_project() for daemon startup wiring."""
482
483 def setUp(self):
484 reset_memory()
485 self.memory = get_memory()
486
487 def tearDown(self):
488 reset_memory()

Callers

nothing calls this directly

Calls 2

reset_memoryFunction · 0.90
get_memoryFunction · 0.90

Tested by

no test coverage detected