mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 06:23:06 +00:00
- Mock litellm.completion_cost in test_pass_through_success_handler_gemini_routing to decouple it from model_prices_and_context_window.json; prevents the same breakage if gemini-2.0-flash is ever removed from the pricing map - Revert _create_passthrough_logging_payload URL back to gemini-1.5-flash to eliminate inconsistency with the other tests that use gemini-1.5-flash explicitly
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.