mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 15:03:36 +00:00
00a9f99718
- Filter async_log_success_event calls by expected input message - Bridge models (openai/codex-mini-latest) may make internal calls that also log - Test now asserts exactly one call with the expected input 'Hey' instead of asserting total call count - Makes test robust to bridge-related double logging while still validating core behavior
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.