litellm/tests/test_litellm
Ishaan Jaff 4e6c4beef8
[Feat] Permission management vector stores on LiteLLM Key, Team, Orgs (#11213)
* fix: init commit for object permissions

* fix: init commit for object permissions

* fix: add vector_store_id to permissions

* fix vector store selector

* feat:add vector store permission mgmt

* feat: ui add allowed vector stores dropdown

* feat: add new vector store object permissions

* testing: key mgmt

* fix: stor vector store permissions on team

* ui select vector store for teams

* ui add vector store settings for orgs

* feat: allow setting org vector store permissions

* test: adding team permissions for vector stores
2025-05-28 16:58:53 -07:00
..
caching Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
enterprise/enterprise_callbacks/send_emails Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
experimental_mcp_client Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
integrations [Fix] Prometheus Metrics - Do not track end_user by default + expose flag to enable tracking end_user on prometheus (#11192) 2025-05-27 17:06:58 -07:00
litellm_core_utils Add sentry sample rate (#10283) 2025-05-28 16:44:10 -07:00
llms Return anthropic thinking blocks on streaming + VertexAI Minor Fixes & Improvements (Thinking, Global regions, Parallel tool calling) (#11194) 2025-05-27 23:07:13 -07:00
proxy [Feat] Permission management vector stores on LiteLLM Key, Team, Orgs (#11213) 2025-05-28 16:58:53 -07:00
responses Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
router_strategy Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
router_utils/pre_call_checks Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
secret_managers Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
types/llms Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
__init__.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
conftest.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
log.txt Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
readme.md Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_constants.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_cost_calculator.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_logging.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_main.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_router.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_utils.py Ollama Chat - parse tool calls on streaming (#11171) 2025-05-27 16:14:49 -07: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