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

Function test_get_unique_tools

tests/tools/test_tool_manager.py:78–81  ·  view source on GitHub ↗
(manager)

Source from the content-addressed store, hash-verified

76
77@pytest.mark.asyncio
78async def test_get_unique_tools(manager):
79 unique = await manager.get_unique_tools()
80 names = {(t.namespace, t.name) for t in unique}
81 assert names == {("ns1", "t1"), ("ns2", "t2")}
82
83
84@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

get_unique_toolsMethod · 0.45

Tested by

no test coverage detected