Files
litellm/tests
Tim Elfrink e1329b03c6 Add comprehensive tests for CompactifAI provider
- Test basic and streaming completions with proper mocking
- Cover authentication, parameter handling, and error scenarios
- Test provider detection and async functionality
- Verify request headers and response transformation
- Follow LiteLLM testing patterns with respx/httpx mocking
- Ensure full compatibility with OpenAI-style responses
2025-09-13 08:41:30 +02:00
..
2025-08-23 17:04:23 -07:00
2025-09-06 16:18:50 -07:00
2025-09-01 17:04:47 -07:00

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/litellm

This folder can only run mock tests.