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

Function test_execute_tools_parallel_empty_calls

tests/tools/test_execution.py:46–50  ·  view source on GitHub ↗

Test with empty call list.

()

Source from the content-addressed store, hash-verified

44
45@pytest.mark.asyncio
46async def test_execute_tools_parallel_empty_calls():
47 """Test with empty call list."""
48 manager = MockToolManager()
49 results = await execute_tools_parallel(manager, [])
50 assert results == []
51
52
53@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

execute_tools_parallelFunction · 0.90
MockToolManagerClass · 0.70

Tested by

no test coverage detected