litellm/tests/test_litellm/repositories
mateo-berri 903c0d82aa refactor(repositories): add prisma protocol seams and a spend-reset unit of work
Moves reset_budget_job's hand-rolled private Prisma protocols into
litellm/repositories as shared seams, and replaces its three ad-hoc
db.batch_() write helpers with a composed unit of work that binds typed
per-table write repositories to a single batch, committing on clean exit
and writing nothing when the block raises.
2026-08-03 22:19:54 -07:00
..
test_repositories.py Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_redis_pubsub_config_sync 2026-08-01 09:29:24 -07:00
test_unit_of_work.py refactor(repositories): add prisma protocol seams and a spend-reset unit of work 2026-08-03 22:19:54 -07:00