mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 00:22:06 +00:00
The test_chat_completion_low_budget test was flaky because async spend tracking couldn't reliably catch up within 50 calls with 0.5s sleeps. Increased to 200 calls with 0.1s sleeps (same total time budget) to give more opportunities for budget enforcement to trigger. 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.