This commit is contained in:
Dobromir Popov
2026-07-08 21:19:20 +03:00
parent 0ffd195fec
commit 52629d7762
2 changed files with 45 additions and 11 deletions

View File

@@ -63,11 +63,12 @@ def test_dashboard_chat_model_selector_shows_health_and_speed():
tracker.stop()
assert "chatModelHealthHp" in html
assert "modelServedCopiesFromMap" in html
assert "chatModelTypicalTps" in html
assert "chatModelOptionLabel" in html
assert "findRoutingForModel" in html
assert "tok/s" in html
assert "0.0HP" in html or "toFixed(1)}HP" in html
assert "toFixed(2)}HP" in html or '${copies(v)}HP' in html
def test_dashboard_chat_sessions_use_delegated_handlers():