mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-18 22:17:30 +00:00
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>
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.