mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
- handle_jwt.py: initialize self.litellm_jwtauth in JWTHandler.__init__ so legacy tests that skip update_environment() don't crash with AttributeError (fixes 6 tests in tests/proxy_unit_tests/test_jwt.py) - ui_sso.py: add # noqa: PLR0915 to generic_response_convertor and sso_readiness which exceed ruff's 50-statement limit after the Okta additions (fixes Ruff PLR0915 lint errors) - test_env_keys.py: add PENDING_DOCS_PR_VARS exclusion for the six new OKTA_* env-var literals until BerriAI/litellm-docs#110 is merged (fixes documentation and code-quality CI checks) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_api_docs.py | ||
| test_circular_imports.py | ||
| test_env_keys.py | ||
| test_exception_types.py | ||
| test_general_setting_keys.py | ||
| test_optional_params.py | ||
| test_readme_providers.py | ||
| test_requests_lib_usage.py | ||
| test_router_settings.py | ||
| test_standard_logging_payload.py | ||