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

Method setUp

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

Source from the content-addressed store, hash-verified

379 """Test Memory.status() returns dict with all expected keys."""
380
381 def setUp(self):
382 reset_memory()
383 self.memory = get_memory()
384 # Add some data for meaningful status
385 self.memory.load_file("test.py", "print('hello')")
386 self.memory.tick()
387
388 def tearDown(self):
389 reset_memory()

Callers

nothing calls this directly

Calls 4

reset_memoryFunction · 0.90
get_memoryFunction · 0.90
load_fileMethod · 0.80
tickMethod · 0.45

Tested by

no test coverage detected