mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-05 07:08:23 +00:00
4e6c4beef8
* 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
Testing for litellm/
This directory 1:1 maps the the litellm/ directory, and can only contain mocked tests.
The point of this is to:
- Increase test coverage of
litellm/ - 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.pymaps tolitellm/proxy/caching_routes.pytest_<filename>.pymaps tolitellm/<filename>.py