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

Method _make_processor

tests/chat/test_tool_processor_extended.py:650–654  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

648
649class TestTryParseNumber:
650 def _make_processor(self):
651 tm = DummyToolManager()
652 ctx = DummyContext(tool_manager=tm)
653 ui = DummyUIManager()
654 return ToolProcessor(ctx, ui)
655
656 def test_integer_string(self):
657 tp = self._make_processor()

Callers 8

test_integer_stringMethod · 0.95
test_float_stringMethod · 0.95
test_non_numericMethod · 0.95
test_none_inputMethod · 0.95
test_not_stringMethod · 0.95
test_string_noneMethod · 0.95
test_string_nullMethod · 0.95
test_whitespaceMethod · 0.95

Calls 4

ToolProcessorClass · 0.90
DummyToolManagerClass · 0.70
DummyContextClass · 0.70
DummyUIManagerClass · 0.70

Tested by

no test coverage detected