mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 11:08:37 +00:00
3e5199d3f3
- test_async_fallbacks, test_async_fallbacks_streaming, test_sync_fallbacks: update previous_models assertion from 4 to 3 (fallback not counted) - test_ausage_based_routing_fallbacks: update deprecated model claude-3-5-haiku-20241022 to claude-haiku-4-5-20251001 - test_router_fallbacks_with_cooldowns_and_model_id: increase RPM from 1 to 2 so second request isn't blocked by RPM consumed during failed first request - test_sync_in_memory_spend_with_redis: add delay after constructing RouterBudgetLimiting to let background init tasks complete before overwriting Redis values Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.