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