litellm/tests/litellm
Ishaan Jaff a119cb420b
(bug fix) - don't log messages, prompt, input in model_parameters in StandardLoggingPayload (#8923)
* fix _get_model_parameters

* test litellm logging

* test litellm logging
2025-03-01 10:27:24 -08:00
..
caching (Redis fix) - use mget_non_atomic (#8682) 2025-02-20 17:51:31 -08:00
litellm_core_utils (bug fix) - don't log messages, prompt, input in model_parameters in StandardLoggingPayload (#8923) 2025-03-01 10:27:24 -08:00
llms (UI + Backend) Fix Adding Azure, Azure AI Studio models on LiteLLM (#8856) 2025-02-26 18:45:02 -08:00
proxy (Feat) - Show Error Logs on LiteLLM UI (#8904) 2025-02-28 20:10:09 -08:00
rerank_api build: merge squashed commit 2025-02-26 09:39:27 -08:00
readme.md (UI + Proxy) Cache Health Check Page - Cleanup/Improvements (#8665) 2025-02-19 19:08:50 -08:00
test_main.py build: merge squashed commit 2025-02-26 09:39:27 -08:00

Testing for litellm/

This directory 1:1 maps the the litellm/ directory, and can only contain mocked tests.

The point of this is to:

  1. Increase test coverage of litellm/
  2. Make it easy for contributors to add tests for the litellm/ package and easily run tests without needing LLM API keys.

File name conventions

  • litellm/proxy/test_caching_routes.py maps to litellm/proxy/caching_routes.py
  • test_<filename>.py maps to litellm/<filename>.py