litellm/tests/test_litellm/proxy/utils
mateo-berri 29bcb0eeb9 test(proxy): pin that a flush requested before the monitor starts costs the row nothing
The monitor reads the queue on its first pass, before it ever waits on a
request, so dropping a request made while spend_log_flush_requested is still
None delays nothing. Reordering the loop to wait first would turn that drop
into a real delay for the Responses chaining flow, and now fails this test.
2026-09-03 04:55:57 -07:00
..
helpers test: require a match= on broad pytest.raises, and drop duplicate parametrize cases (#37769) 2026-08-20 20:24:49 -07:00
prisma_and_spend test(proxy): pin that a flush requested before the monitor starts costs the row nothing 2026-09-03 04:55:57 -07:00
proxy_logging fix(proxy): deliver budget alerts on webhook-only alerting and accept ALERTING_WEBHOOK_URL (#38441) 2026-08-31 09:22:36 -07:00
__init__.py test(proxy/utils): pin bottom-of-file helper behavior (#29509) 2026-06-02 17:45:19 -07:00