mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 02:23:32 +00:00
- Use custom_endpoint=False so Databricks SDK auth fallback works (custom_endpoint=True was blocking it). The api_base returned by databricks_validate_environment is discarded since get_complete_url builds the URL separately. - Remove unused verbose_logger import - Remove unused json import in tests 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.