mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Both tests were xfail(strict=True) for known proxy bugs: /team/new writing budget_limits as a raw list (Prisma 500) and custom per-token pricing leaking into the shared cost map for sibling deployments. Both are fixed, so the tests pass and strict mode reports the unexpected pass as a failure. Remove the markers (as their reasons instructed) so they run as plain regression guards; docstrings updated to describe the regression each now pins. |
||
|---|---|---|
| .. | ||
| budget_client.py | ||
| BUDGET_CODE_MATRIX.md | ||
| BUDGET_TEST_COVERAGE_MATRIX.md | ||
| conftest.py | ||
| test_budget_crud_e2e.py | ||
| test_budget_enforcement_e2e.py | ||
| test_budget_reset_e2e.py | ||
| test_model_max_budget_e2e.py | ||
| test_multi_window_budget_e2e.py | ||
| test_soft_budget_e2e.py | ||
| test_spend_counter_reseed_e2e.py | ||
| test_tag_budget_e2e.py | ||
| test_team_member_budget_e2e.py | ||
| test_team_member_budget_reset_e2e.py | ||
| test_team_multi_window_budget_e2e.py | ||