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

Method test_string

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

Source from the content-addressed store, hash-verified

727 assert "object" in result.lower() or "[" in result
728
729 def test_string(self):
730 tp = self._make_processor()
731 result = tp._format_tool_response("hello")
732 assert result == "hello"
733
734 def test_number(self):
735 tp = self._make_processor()

Callers

nothing calls this directly

Calls 2

_make_processorMethod · 0.95
_format_tool_responseMethod · 0.80

Tested by

no test coverage detected