litellm/tests/test_litellm
2025-05-26 22:03:34 -07:00
..
caching
enterprise/enterprise_callbacks/send_emails
experimental_mcp_client
integrations
litellm_core_utils
llms [Fixes] Aiohttp transport fixes - add handling for aiohttp.ClientPayloadError and ssl_verification settings (#11162) 2025-05-26 21:14:35 -07:00
proxy build(ui/): Allow empty values in daily agg table + reintroduce 'unassigned' teams in spend tracking 2025-05-26 22:03:34 -07:00
responses
router_strategy
router_utils/pre_call_checks
secret_managers
types/llms
__init__.py
conftest.py
log.txt
readme.md
test_constants.py
test_cost_calculator.py
test_logging.py
test_main.py
test_router.py
test_utils.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00

Testing for litellm/

This directory 1:1 maps the the litellm/ directory, and can only contain mocked tests.

The point of this is to:

  1. Increase test coverage of litellm/
  2. Make it easy for contributors to add tests for the litellm/ package and easily run tests without needing LLM API keys.

File name conventions

  • litellm/proxy/test_caching_routes.py maps to litellm/proxy/caching_routes.py
  • test_<filename>.py maps to litellm/<filename>.py