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

Function test_cancel_running_tasks

tests/chat/test_tool_processor.py:2218–2222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2216
2217
2218def test_cancel_running_tasks():
2219 proc = _make_processor()
2220 assert proc._cancelled is False
2221 proc.cancel_running_tasks()
2222 assert proc._cancelled is True
2223
2224
2225# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

_make_processorFunction · 0.85
cancel_running_tasksMethod · 0.80

Tested by

no test coverage detected