Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ setUp
Method
setUp
tests/test_memory.py:268–270 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
266
""
"Test Memory.tick() and evict_stale() integration."
""
267
268
def
setUp(self):
269
reset_memory()
270
self.memory = get_memory()
271
272
def
tearDown(self):
273
reset_memory()
Callers
nothing calls this directly
Calls
2
reset_memory
Function · 0.90
get_memory
Function · 0.90
Tested by
no test coverage detected