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

Method test_themes_path_resolves

tests/dashboard/test_server.py:45–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 assert result.name == "agent-terminal.html"
44
45 def test_themes_path_resolves(self):
46 s = self._server()
47 result = s._resolve_static("/themes/themes.json")
48 assert result is not None
49 assert result.name == "themes.json"
50
51 def test_css_path_resolves(self):
52 s = self._server()

Callers

nothing calls this directly

Calls 2

_serverMethod · 0.95
_resolve_staticMethod · 0.80

Tested by

no test coverage detected