mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 12:21:10 +00:00
- rbac_utils.py: change feature_name from str to Literal["agents", "vector_stores"] so typos are caught by type checkers at import time - proxy_setting_endpoints.py: extract _RUNTIME_GENERAL_SETTINGS_FLAGS as a module-level constant, replacing duplicated inline lists in get_ui_settings and update_ui_settings - test_vector_store_rbac.py: remove try/except pattern that silently swallowed non-403 HTTPExceptions; tests now let any unexpected exception propagate as a test failure Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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/test_litellm
This folder can only run mock tests.