litellm/tests/test_litellm/containers
Julio Quinteros Pro 59d3c75462 Fix test_error_handling_integration for parallel test execution
The test was making real API calls instead of using mocks because the
conftest.py reloads litellm at module scope, causing stale module
references. The mock was patching the old reference while the actual
code used the new one.

Fix: Reload litellm.containers.main inside the test to get a fresh
reference to base_llm_http_handler, then re-import create_container
after the reload.
2026-02-15 13:08:47 -03:00
..
__init__.py Add E2E Container API Support (#16136) 2025-11-01 14:03:51 -07:00
test_container_api.py fix(tests): Fix flaky container and scientific notation tests (#20650) 2026-02-07 09:57:08 -08:00
test_container_integration.py Fix test_error_handling_integration for parallel test execution 2026-02-15 13:08:47 -03:00
test_container_regional_api_base.py [Fix] Containers API - Allow routing to regional endpoints (#19118) 2026-01-14 17:28:18 -08:00
test_container_transformation.py Add E2E Container API Support (#16136) 2025-11-01 14:03:51 -07:00
test_container_utils.py Add E2E Container API Support (#16136) 2025-11-01 14:03:51 -07:00