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

Method test_none

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

Source from the content-addressed store, hash-verified

471 return ToolProcessor(ctx, ui)
472
473 def test_none(self):
474 tp = self._make_processor()
475 assert tp._extract_result_value(None) is None
476
477 def test_string_none(self):
478 tp = self._make_processor()

Callers

nothing calls this directly

Calls 2

_make_processorMethod · 0.95
_extract_result_valueMethod · 0.80

Tested by

no test coverage detected