litellm/tests/test_litellm/proxy/auth
Murad Khafizov a6ddf5c744
feat: extended /v1/models endpoint, now it returns with fallbacks on demand (#12811)
* Extended `/v1/model` endpoint to support fallbacks

* unit tests reworked

* linting fixes

* fix lining error

* fix linting
2025-07-22 23:16:46 -07:00
..
test_auth_checks.py Resolve model group alias on Auth + /v1/messages Fallback support (#12440) 2025-07-09 22:27:55 -07:00
test_auth_exception_handler.py
test_handle_jwt.py [Feat] JWT - Sync user roles and team memberships when JWT Auth is used (#11994) 2025-07-05 08:58:34 -07:00
test_litellm_license.py Show remaining users on UI (#11568) 2025-06-09 22:04:45 -07:00
test_model_checks_fallbacks.py feat: extended /v1/models endpoint, now it returns with fallbacks on demand (#12811) 2025-07-22 23:16:46 -07:00
test_model_checks.py UI - fix invitation link + ensure team models returned when team has 'all-proxy-models' + team only models (#11524) 2025-06-07 15:19:52 -07:00
test_route_checks.py Control Plane + Data Plane support (#12601) 2025-07-14 21:31:56 -07:00
test_user_api_key_auth.py