(self)
| 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()) |
nothing calls this directly
no test coverage detected