MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / test_load_empty_memory

Method test_load_empty_memory

tests/test_episodic.py:33–36  ·  view source on GitHub ↗

Test loading an empty/non-existent memory file

(self, temp_memory_file)

Source from the content-addressed store, hash-verified

31
32 @pytest.mark.asyncio
33 async def test_load_empty_memory(self, temp_memory_file):
34 """Test loading an empty/non-existent memory file"""
35 result = await _load_memory(temp_memory_file)
36 assert result == {}
37
38 @pytest.mark.asyncio
39 async def test_save_and_load_memory(self, temp_memory_file):

Callers

nothing calls this directly

Calls 1

_load_memoryFunction · 0.90

Tested by

no test coverage detected