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

Method test_error_handling

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

Source from the content-addressed store, hash-verified

116
117 @pytest.mark.asyncio
118 async def test_error_handling(self, store: MemoryScopeStore):
119 # Missing required args
120 result = await handle_memory_tool(store, "remember", {})
121 assert "error" in result.lower()

Callers

nothing calls this directly

Calls 1

handle_memory_toolFunction · 0.90

Tested by

no test coverage detected