This commit is contained in:
Dobromir Popov
2026-07-08 20:00:56 +03:00
28 changed files with 14182 additions and 12368 deletions

View File

@@ -29,6 +29,9 @@ def test_dashboard_served_with_all_panels():
for panel in PANELS:
assert panel in html
assert "<script>" in html # polling client embedded, no build step
assert "resolveModelGroup" in html
assert "buildModelAliasMap" in html
assert "modelAliasKey(raw)" in html
finally:
tracker.stop()
@@ -45,7 +48,7 @@ def test_dashboard_chat_uses_streaming_fetch():
assert "stream: true" in html
assert ".body.getReader()" in html
assert 'data === "[DONE]"' in html
assert '=== "[DONE]"' in html
assert 'console.error("chat stream failed", err)' in html