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

Method setUp

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

Source from the content-addressed store, hash-verified

226 """Test Memory.load_file functionality."""
227
228 def setUp(self):
229 reset_memory()
230 self.memory = get_memory()
231 # Create temp dir for test files
232 self.temp_dir = tempfile.mkdtemp()
233
234 def tearDown(self):
235 reset_memory()

Callers

nothing calls this directly

Calls 2

reset_memoryFunction · 0.90
get_memoryFunction · 0.90

Tested by

no test coverage detected