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

Method test_init

tests/chat/test_streaming_handler.py:375–379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 """Tests for StreamingResponseHandler."""
374
375 def test_init(self):
376 display = _make_display()
377 handler = StreamingResponseHandler(display)
378 assert handler.display is display
379 assert handler._interrupted is False
380
381 def test_init_with_runtime_config(self):
382 display = _make_display()

Callers

nothing calls this directly

Calls 2

_make_displayFunction · 0.85

Tested by

no test coverage detected