litellm/tests
Ishaan Jaff 4cef208c5f
[Fix] - Responses API - add /openai routes for responses API. (Azure OpenAI SDK Compatibility) (#15988)
* add /openai routes for responses API

* TestResponsesAPIEndpoints
2025-10-27 19:12:13 -07:00
..
audio_tests test_azure_transcribe_model_mapping 2025-10-25 11:42:34 -07:00
basic_proxy_startup_tests
batches_tests
code_coverage_tests
documentation_tests
enterprise test_bedrock_apply_guardrail_with_masking 2025-10-25 12:59:19 -07:00
guardrails_tests
image_gen_tests test_image_generation_azure_dall_e_3 2025-10-25 15:47:40 -07:00
litellm/llms
litellm_utils_tests test_azure_img_gen_health_check 2025-10-25 10:35:47 -07:00
litellm-proxy-extras
llm_responses_api_testing TestAzureResponsesAPITest 2025-10-25 16:22:52 -07:00
llm_translation test_completion_azure_ai_gpt_4o_with_flexible_api_base 2025-10-25 14:59:11 -07:00
load_tests
local_testing fix omni-moderation-latest 2025-10-27 17:48:35 -07:00
logging_callback_tests Fix: Respect LiteLLM-Disable-Message-Redaction header for Responses API (#15966) 2025-10-27 13:46:21 -07:00
mcp_tests [Feat] add support for dynamic client registration (#15921) (enables Atlassian MCP to work via Oauth on LiteLLM) 2025-10-26 10:13:46 -07:00
multi_instance_e2e_tests
ocr_tests
old_proxy_tests/tests
openai_endpoints_tests
otel_tests test_basic_moderations_on_proxy_with_model 2025-10-27 13:49:47 -07:00
pass_through_tests
pass_through_unit_tests Fix litellm_param based costing 2025-10-08 21:14:23 +05:30
proxy_admin_ui_tests
proxy_security_tests
proxy_unit_tests test_foward_litellm_user_info_to_backend_llm_call 2025-10-27 13:48:23 -07:00
router_unit_tests
scim_tests
search_tests TestGooglePSESearch 2025-10-25 17:13:45 -07:00
spend_tracking_tests
store_model_in_db_tests
test_litellm [Fix] - Responses API - add /openai routes for responses API. (Azure OpenAI SDK Compatibility) (#15988) 2025-10-27 19:12:13 -07:00
unified_google_tests
vector_store_tests TestAzureOpenAIVectorStore 2025-10-25 14:06:28 -07:00
windows_tests
__init__.py
gettysburg.wav
large_text.py
openai_batch_completions.jsonl
README.MD
test_budget_management.py
test_callbacks_on_proxy.py
test_config.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
test_debug_warning.py
test_end_users.py
test_entrypoint.py
test_fallbacks.py
test_health.py (test) /health/readiness 2024-01-29 15:27:25 -08:00
test_keys.py
test_litellm_proxy_responses_config.py
test_logging.conf
test_models.py test_add_model_run_health 2025-09-27 10:59:25 -07:00
test_openai_endpoints.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
test_organizations.py
test_passthrough_endpoints.py
test_ratelimit.py
test_resource_cleanup.py Fix: Properly close aiohttp client sessions to prevent resource leaks (#12251) 2025-07-09 09:25:17 -07:00
test_spend_logs.py
test_team_logging.py
test_team_members.py
test_team.py
test_users.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00

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.