mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 03:04:12 +00:00
c0d149e0a9
* fix: handle none content * fix: defensive check on none value * Fix test failures: Azure OCR skip, None content handling, PublicAI JSON config - Skip aocr/ocr call types in Azure test (they don't use Azure SDK client) - Handle None content in Responses API transformation (skip message creation) - Update PublicAI tests to use JSON-based configuration system - Add None check in PublicAI test fixture to fix type error
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.