litellm/tests/test_litellm/proxy/management_endpoints
2026-03-12 10:43:08 -03:00
..
policy_endpoints
scim test: unit test for mkaing sure that user being created with correct value 2026-03-11 15:20:17 -07:00
search_endpoints
usage_endpoints [Feat] UI - Allow using AI to understand Usage patterns (#22042) 2026-02-24 16:40:04 -08:00
test_access_group_endpoints.py fix: normalize null list fields to [] in update_data before DB write 2026-02-26 20:53:30 -08:00
test_access_group_management.py fix(proxy): add model_ids param to access group endpoints for precise deployment tagging (#21655) 2026-02-21 00:39:57 -08:00
test_budget_endpoints.py
test_cache_settings_endpoints.py
test_callback_management_endpoints.py
test_common_daily_activity.py added comments 2026-03-10 13:56:15 -04:00
test_common_utils.py
test_compliance_endpoints.py
test_config_override_endpoints.py feat: Hashicorp Vault config override backend endpoints 2026-03-05 16:57:08 -08:00
test_cost_tracking_settings.py fix: resolve base_model in /cost/estimate for Azure custom deployments (#22724) 2026-03-03 15:43:02 -08:00
test_customer_budget.py merge: resolve conflicts between main and litellm_oss_staging_03_11_2026 2026-03-12 09:38:31 -03:00
test_customer_endpoints.py
test_delete_callbacks_endpoint.py
test_delete_verification_tokens_failed.py
test_entraid_app_roles.py
test_internal_user_endpoints.py fix fkey violation on deleting user (#23115) 2026-03-09 08:53:11 -07:00
test_key_management_endpoints.py fix: set created_by on mock keys in test_list_keys_with_expand_user 2026-03-11 19:45:04 -07:00
test_mcp_management_endpoints.py fix: null AWS SigV4 fields on MagicMock in TestTemporaryMCPSessionEndpoints (#23408) 2026-03-11 19:46:08 -07:00
test_model_management_endpoints.py
test_org_admin_team_access.py feat: org admin access to team management — backend auth, UI visibility, tests 2026-03-07 22:43:09 -08:00
test_organization_endpoints.py feat: expose user_email in organization members response 2026-02-20 21:41:53 -08:00
test_policy_endpoints.py
test_router_settings_endpoints.py
test_tag_management_endpoints.py fix: use group_by instead of find_many(distinct) in /tag/list to avoid full table scan (#23136) 2026-03-12 00:32:37 +05:30
test_team_endpoints.py fix: batch key queries in list_team to eliminate N+1 (#23152) 2026-03-12 00:17:17 +05:30
test_tool_management_endpoints.py Fix tool management tests using wrong field name call_policy 2026-03-04 11:20:17 -03:00
test_ui_sso.py