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

Method test_string_null

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

Source from the content-addressed store, hash-verified

678 assert tp._try_parse_number("None") is None
679
680 def test_string_null(self):
681 tp = self._make_processor()
682 assert tp._try_parse_number("null") is None
683
684 def test_whitespace(self):
685 tp = self._make_processor()

Callers

nothing calls this directly

Calls 2

_make_processorMethod · 0.95
_try_parse_numberMethod · 0.80

Tested by

no test coverage detected