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

Method test_number

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

Source from the content-addressed store, hash-verified

732 assert result == "hello"
733
734 def test_number(self):
735 tp = self._make_processor()
736 result = tp._format_tool_response(42)
737 assert result == "42"
738
739
740# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

_make_processorMethod · 0.95
_format_tool_responseMethod · 0.80

Tested by

no test coverage detected