litellm/test-quality-budget.json
yuneng-jiang 7dff9953cb
test: drop the leftover set_verbose from eleven test files (#37845)
Twenty-three tests across eleven files opened with litellm.set_verbose = True
and never put it back, so the flag stayed on for everything that ran after them
in the same process. None of those files read the output it produces: no
caplog, no capsys, no assertion on a log line, so the flag was left over from
debugging. Deleting it beats restoring it, since restoring keeps the noise.

Ten of the eleven stop leaving the flag on. test_volcengine_embedding.py still
ends with it set, from something it exercises rather than from the test itself,
which is worth its own look.
2026-08-22 08:23:27 -07:00

23 lines
249 B
JSON

{
"TQ001": {
"limit": 744
},
"TQ002": {
"limit": 742
},
"TQ003": {
"limit": 1068
},
"TQ004": {
"limit": 469
},
"TQ005": {
"limit": 2436
},
"TQ006": {
"limit": 34
},
"TQ007": {
"limit": 117
}
}