mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 02:20:15 +00:00
- Replace asyncio.get_event_loop_policy() with asyncio.new_event_loop() - Use asyncio.set_event_loop() to set the event loop - Fixes deprecation warning in Python 3.16 - Updated both conftest.py and conftest_improved.py Co-Authored-By: Claude Sonnet 4.5 <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.