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

Method test_get_bridge_missing

tests/apps/test_host.py:51–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 assert host.get_running_apps() == []
50
51 def test_get_bridge_missing(self):
52 host = AppHostServer(FakeToolManager())
53 assert host.get_bridge("nonexistent") is None
54
55
56# ── Extract Helpers ────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 3

get_bridgeMethod · 0.95
AppHostServerClass · 0.90
FakeToolManagerClass · 0.70

Tested by

no test coverage detected