Files

7 lines
235 B
Python
Raw Permalink Normal View History

2026-09-09 21:55:37 +08:00
from app.service.model_router_service import ModelRouterService
def test_router_health_filter_is_exposed() -> None:
assert hasattr(ModelRouterService, "mark_health")
assert hasattr(ModelRouterService, "select_with_fallback")