Files
litellm/tests
Krish Dholakia 62ad84fb64 UI (new_usage.tsx): Report 'total_tokens' + report success/failure calls (#9675)
* feat(internal_user_endpoints.py): return 'total_tokens' in `/user/daily/analytics`

* test(test_internal_user_endpoints.py): add unit test to assert spend metrics and dailyspend metadata always report the same fields

* build(schema.prisma): record success + failure calls to daily user table

allows understanding why model requests might exceed provider requests (e.g. user hit rate limit error)

* fix(internal_user_endpoints.py): report success / failure requests in API

* fix(proxy/utils.py): default to success

status can be missing or none at times for successful requests

* feat(new_usage.tsx): show success/failure calls on UI

* style(new_usage.tsx): ui cleanup

* fix: fix linting error

* fix: fix linting error

* feat(litellm-proxy-extras/): add new migration files
2025-03-31 22:48:43 -07:00
..
2025-03-26 10:25:50 -07:00
2025-03-29 17:38:24 -07:00
2025-03-29 18:34:58 -07:00
2025-03-28 19:52:39 -07:00
2025-03-29 18:36:13 -07:00
2025-03-22 12:56:42 -07:00
2025-03-31 14:20:47 -07:00
2025-03-22 12:56:42 -07:00
2025-03-10 22:00:50 -07:00

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/litellm

This folder can only run mock tests.