mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-01 08:20:58 +00:00
- Remove redundant get_vertex_region() call in partner models main.py (already called inside get_complete_vertex_url) - Rewrite test mocks to use patch.dict(litellm.model_cost) instead of patching the removed is_global_only_vertex_model symbol - Align test assertions with new behavior: user-specified region is preserved (not overridden) for global-only models
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.