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

Method setUp

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

Source from the content-addressed store, hash-verified

503 """Test Memory.log_action() for agent action wiring."""
504
505 def setUp(self):
506 reset_memory()
507 self.memory = get_memory()
508
509 def tearDown(self):
510 reset_memory()

Callers

nothing calls this directly

Calls 2

reset_memoryFunction · 0.90
get_memoryFunction · 0.90

Tested by

no test coverage detected