MCPcopy Create free account
hub / github.com/IBM/mcp-cli / test_recall_empty

Method test_recall_empty

tests/memory/test_tools.py:73–75  ·  view source on GitHub ↗
(self, store: MemoryScopeStore)

Source from the content-addressed store, hash-verified

71
72 @pytest.mark.asyncio
73 async def test_recall_empty(self, store: MemoryScopeStore):
74 result = await handle_memory_tool(store, "recall", {})
75 assert "No memories found" in result
76
77 @pytest.mark.asyncio
78 async def test_recall_by_key(self, store: MemoryScopeStore):

Callers

nothing calls this directly

Calls 1

handle_memory_toolFunction · 0.90

Tested by

no test coverage detected