mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
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.
23 lines
249 B
JSON
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
|
|
}
|
|
}
|