mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
- Fix ruff PLR0915 and F401 lint errors - Fix Prisma schema drift (spec_path, static_headers, extra_headers) - Fix MCP test mocks (tool_name_to_display_name, tool_name_to_description, byok_api_key_help_url) - Fix MCP streamable HTTP handler test (add auth, session, debug mocks) - Fix searchapi MyPy cast error - Fix JWTHandler litellm_jwtauth attribute - Fix Azure GPT-5.1 temperature test - Fix JSON schema test assertions - Fix OpenRouter responses test env var isolation - Fix hosted_vllm embedding test parallel-safety - Fix health check status assertion (connected -> healthy) - Add router coverage tests for _combine_fallback_usage - Add bedrock_mantle and searchapi to provider_endpoints_support.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| create_mock_standard_logging_payload.py | ||
| gettysburg.wav | ||
| README.md | ||
| test_completion_no_copy.py | ||
| test_default_deployment_copy.py | ||
| test_get_model_list_alias_optimization.py | ||
| test_pre_call_checks_optimization.py | ||
| test_prompt_management_check.py | ||
| test_router_acancel_batch.py | ||
| test_router_adding_deployments.py | ||
| test_router_batch_utils.py | ||
| test_router_cooldown_utils.py | ||
| test_router_embedding_headers.py | ||
| test_router_embedding_integration.py | ||
| test_router_endpoints.py | ||
| test_router_handle_error.py | ||
| test_router_helper_utils.py | ||
| test_router_index_management.py | ||
| test_router_prompt_caching.py | ||
Router component unit tests.
Please name all files with the word 'router' in them.
This is used to ensure all functions in the router are tested.