MCPcopy
hub / github.com/Fosowl/agenticSeek / test_get

Method test_get

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

Source from the content-addressed store, hash-verified

69 self.assertEqual(self.memory.memory[0]['role'], "system")
70
71 def test_get(self):
72 self.memory.push("user", "Hello")
73 memory_content = self.memory.get()
74 self.assertEqual(len(memory_content), 2)
75
76 def test_reset(self):
77 self.memory.push("user", "Hello")

Callers

nothing calls this directly

Calls 2

pushMethod · 0.80
getMethod · 0.80

Tested by

no test coverage detected