mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 06:22:48 +00:00
Tests are fully mocked but require WATSONX_URL and WATSONX_PROJECT_ID to pass provider validation before reaching the mocked HTTP client. Add an autouse fixture with dummy values and clear WATSONX_ZENAPIKEY/ WATSONX_TOKEN to prevent env leakage from dotenv. Co-Authored-By: Claude Opus 4.6 (1M context) <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.