Files
litellm/tests
tombiiandClaude Sonnet 4.6 73de1acdc7 fix: correct test_no_double_strip_on_second_call assertions
The second get_llm_provider call on an already-resolved model like
openrouter/aurora-alpha correctly strips the openrouter/ prefix to yield
the bare model ID (aurora-alpha) — not the prefixed form. Update the
parametrize signature to use separate expected_first/expected_second values
and fix the assertions accordingly, with an explanatory docstring.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 21:38:08 +01:00
..
2026-02-21 15:48:26 -08:00
2026-02-26 13:31:37 -08:00
2026-01-31 19:08:07 -08:00
2026-02-18 16:13:20 +05:30

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.