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

Method test_get_running_apps_empty

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

Source from the content-addressed store, hash-verified

45 assert host._servers == []
46
47 def test_get_running_apps_empty(self):
48 host = AppHostServer(FakeToolManager())
49 assert host.get_running_apps() == []
50
51 def test_get_bridge_missing(self):
52 host = AppHostServer(FakeToolManager())

Callers

nothing calls this directly

Calls 3

get_running_appsMethod · 0.95
AppHostServerClass · 0.90
FakeToolManagerClass · 0.70

Tested by

no test coverage detected