mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-08 03:14:09 +00:00
133c26c015
* DefaultAzureCredential * update get_azure_ad_token_provider * fixes for get_azure_ad_token_provider * test_get_azure_ad_token_provider_with_default_azure_credential * test_get_azure_ad_token_fallback_to_default_azure_credential * docs DefaultAzureCredential * fix linting
Testing for litellm/
This directory 1:1 maps the the litellm/ directory, and can only contain mocked tests.
The point of this is to:
- Increase test coverage of
litellm/ - Make it easy for contributors to add tests for the
litellm/package and easily run tests without needing LLM API keys.
File name conventions
litellm/proxy/test_caching_routes.pymaps tolitellm/proxy/caching_routes.pytest_<filename>.pymaps tolitellm/<filename>.py