Files
litellm/tests
Cesar Garcia b49f0a91e4 fix(responses): resolve deepcopy error with tool_choice ValidatorIterator (#17192) (#17205)
Replace copy.deepcopy with model_dump + model_validate in streaming
iterator logging to handle Pydantic ValidatorIterator objects that
cannot be pickled when tool_choice uses allowed_tools mode.

Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
2026-01-19 05:44:20 -08:00
..
2026-01-08 18:23:05 +05:30
2026-01-17 17:05:00 -08:00
2026-01-11 08:00:31 -08:00
2026-01-07 15:05:09 -08:00
2026-01-16 19:06:23 -08:00
2026-01-02 17:38:52 +09:00

In total litellm runs 1000+ tests

[02/20/2025] Update:

To make it easier to contribute and map what behavior is tested,

we've started mapping the litellm directory in tests/test_litellm

This folder can only run mock tests.