litellm/tests/router_unit_tests
Krish Dholakia c555c15ad7
fix(router.py): support reusable credentials via passthrough router (#9758)
* fix(router.py): support reusable credentials via passthrough router

enables reusable vertex credentials to be used in passthrough

* test: fix test

* test(test_router_adding_deployments.py): add unit testing
2025-04-04 18:40:14 -07:00
..
create_mock_standard_logging_payload.py
gettysburg.wav
README.md
test_router_adding_deployments.py fix(router.py): support reusable credentials via passthrough router (#9758) 2025-04-04 18:40:14 -07:00
test_router_batch_utils.py
test_router_cooldown_utils.py
test_router_endpoints.py test_initialize_router_endpoints 2025-03-12 19:27:32 -07:00
test_router_handle_error.py
test_router_helper_utils.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.