litellm/tests/router_unit_tests
2026-02-21 12:11:02 -08:00
..
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 fix(router): avoid alias scan for non-alias get_model_list lookups (#21136) 2026-02-16 20:40:24 -08:00
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: add test for get_router_model_info with Deployment object 2026-02-06 10:13:54 -08:00
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.