litellm-mirror/tests/litellm
Ishaan Jaff 7c8e37fc84 (UI) - Allow Internal Users to View their own logs (#8933)
* ui fix leftnav, allow internal users to view their own logs

* pass user_id in uiSpendLogs call

* ui filter logs for internal user

* fix internal users page

* ui show correct message when store prompts is disabled

* fix internal user logs

* test_ui_view_spend_logs_with_user_id

* test spend management endpoint
2025-03-01 17:26:02 -08:00
..
caching (Redis fix) - use mget_non_atomic (#8682) 2025-02-20 17:51:31 -08:00
litellm_core_utils Revert "(bug fix) - don't log messages, prompt, input in model_parameters in StandardLoggingPayload (#8923)" 2025-03-01 11:05:33 -08:00
llms (UI + Backend) Fix Adding Azure, Azure AI Studio models on LiteLLM (#8856) 2025-02-26 18:45:02 -08:00
proxy (UI) - Allow Internal Users to View their own logs (#8933) 2025-03-01 17:26:02 -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