Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/mcp-cli
/ _proc
Method
_proc
tests/chat/test_tool_processor.py:1475–1476 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1473
1474
class
TestTrackTransportFailures:
1475
def
_proc(self):
1476
return
_make_processor()
1477
1478
def
test_success_resets_consecutive_failures(self):
1479
proc = self._proc()
Callers
5
test_success_resets_consecutive_failures
Method · 0.95
test_transport_error_increments_counters
Method · 0.95
test_non_transport_error_resets_consecutive
Method · 0.95
test_consecutive_transport_failures_triggers_warning
Method · 0.95
test_no_error_string_resets_consecutive
Method · 0.95
Calls
1
_make_processor
Function · 0.85
Tested by
no test coverage detected