mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 15:03:36 +00:00
76e1b2c015
The manual sys.modules restoration code was redundant because patch.dict.stop() automatically handles the cleanup. This simplifies the tearDown method and removes the now-unused _original_langfuse_module instance variable. Addresses review comment: https://github.com/BerriAI/litellm/pull/21214#pullrequestreview-3802348462 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.