Files
litellm/tests
yuneng-jiang 3e5199d3f3 fix(tests): stabilize 5 flaky/outdated router integration tests
- 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>
2026-03-12 22:54:31 -07:00
..
2026-02-28 09:46:35 -08:00
2026-02-21 15:48:26 -08:00
2026-03-10 15:51:10 +05:30
2026-02-28 09:46:35 -08:00

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.