mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-03 19:07:08 +00:00
f2edc52cef
- test_avertex_batch_prediction: Add google.auth.default mock and env vars so the test doesn't depend on real GCP credentials (was already a unit test with mocked HTTP, just missing auth mock) - test_async_create_batch[openai]: Add DNS pre-check that skips gracefully when api.openai.com is unreachable instead of failing after 4 retries 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.