litellm/tests/proxy_admin_ui_tests
Ishaan Jaff 51ffe93e77
(docs) add docstrings for all /key, /user, /team, /customer endpoints (#6804)
* use helper to handle_exception_on_proxy

* add doc string for /key/regenerate

* use 1 helper for handle_exception_on_proxy

* add doc string for /key/block

* add doc string for /key/unblock

* remove deprecated function

* remove deprecated endpoints

* remove incorrect tag for endpoint

* fix linting

* fix /key/regenerate

* fix regen key

* fix use port 4000 for user endpoints

* fix clean up - use separate file for customer endpoints

* add docstring for user/update

* fix imports

* doc string /user/list

* doc string for /team/delete

* fix team block endpoint

* fix import block user

* add doc string for /team/unblock

* add doc string for /team/list

* add doc string for /team/info

* add doc string for key endpoints

* fix customer_endpoints

* add doc string for customer endpoints

* fix import new_end_user

* fix testing

* fix import new_end_user

* fix add check for allow_user_auth
2024-11-18 19:44:06 -08:00
..
e2e_ui_tests (UI) fix + test displaying number of keys an internal user owns (#6507) 2024-10-30 20:44:15 +05:30
package-lock.json [Testing-Proxy] Add E2E Admin UI testing (#5845) 2024-09-23 11:34:42 -07:00
package.json [Testing-Proxy] Add E2E Admin UI testing (#5845) 2024-09-23 11:34:42 -07:00
playwright.config.ts [Testing-Proxy] Add E2E Admin UI testing (#5845) 2024-09-23 11:34:42 -07:00
test_key_management.py (docs) add docstrings for all /key, /user, /team, /customer endpoints (#6804) 2024-11-18 19:44:06 -08:00
test_role_based_access.py (docs) add docstrings for all /key, /user, /team, /customer endpoints (#6804) 2024-11-18 19:44:06 -08:00
test_route_check_unit_tests.py fix raise correct error 404 when /key/info is called on non-existent key (#6653) 2024-11-11 21:00:39 -08:00
test_sso_sign_in.py (refactor) caching use LLMCachingHandler for async_get_cache and set_cache (#6208) 2024-10-14 16:34:01 +05:30
test_usage_endpoints.py (docs) add docstrings for all /key, /user, /team, /customer endpoints (#6804) 2024-11-18 19:44:06 -08:00