mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 11:07:39 +00:00
ff869e91b0
- Replace real OpenAI/Anthropic/Bedrock API calls with mock_response in ~20 cache tests to eliminate network-dependent flakiness - Remove -x (fail-fast) from caching_unit_tests so all failures are reported - Add parallelism: 2 with circleci tests run --split-by=timings - Improve pip dependency cache key (v2-caching-deps) with fallback key 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.