mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 01:04:54 +00:00
19e8a16cce
- Add LITELLM_LOG=WARNING to suppress verbose DEBUG log output - Remove -s flag to stop capturing all stdout - Bump xdist workers from -n 2 to -n 4 - Add --timeout=120 for safety - Rewrite conftest.py to use save/restore pattern (matching guardrails_tests) instead of per-function importlib.reload + event loop creation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.