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

Function test_stream_execute_tools_empty_calls

tests/tools/test_execution.py:235–241  ·  view source on GitHub ↗

Test with empty call list.

()

Source from the content-addressed store, hash-verified

233
234@pytest.mark.asyncio
235async def test_stream_execute_tools_empty_calls():
236 """Test with empty call list."""
237 manager = MockToolManager()
238 results = []
239 async for result in stream_execute_tools(manager, []):
240 results.append(result)
241 assert results == []
242
243
244@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

stream_execute_toolsFunction · 0.90
MockToolManagerClass · 0.70

Tested by

no test coverage detected