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:2304–2305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2302
2303
class
TestParseArguments:
2304
def
_proc(self):
2305
return
_make_processor()
2306
2307
def
test_empty_string_returns_empty_dict(self):
2308
assert self._proc()._parse_arguments(
""
) == {}
Callers
6
test_empty_string_returns_empty_dict
Method · 0.95
test_whitespace_string_returns_empty_dict
Method · 0.95
test_invalid_json_string_returns_empty_dict
Method · 0.95
test_none_returns_empty_dict
Method · 0.95
test_valid_json_string_parsed
Method · 0.95
test_dict_returned_as_is
Method · 0.95
Calls
1
_make_processor
Function · 0.85
Tested by
no test coverage detected