| .. |
|
example_config_yaml
|
test: test
|
2026-03-28 19:17:38 -07:00 |
|
test_configs
|
test: test
|
2026-03-28 19:17:38 -07:00 |
|
test_model_response_typing
|
|
|
|
azure_fine_tune.jsonl
|
|
|
|
batch_job_results_furniture.jsonl
|
|
|
|
conftest copy.py
|
|
|
|
conftest.py
|
|
|
|
data_map.txt
|
|
|
|
eagle.wav
|
|
|
|
gettysburg.wav
|
|
|
|
large_text.py
|
|
|
|
messages_with_counts.py
|
|
|
|
model_cost.json
|
|
|
|
openai_batch_completions_router.jsonl
|
|
|
|
openai_batch_completions.jsonl
|
|
|
|
speech_vertex.mp3
|
|
|
|
test_aproxy_startup.py
|
|
|
|
test_audit_logs_proxy.py
|
fix(tests): skip prisma DB test and sync root schema.prisma with spec_path field
|
2026-02-20 12:29:53 -03:00 |
|
test_auth_checks.py
|
Fix: Anthropic model wildcard access issue
|
2026-02-23 17:12:55 +05:30 |
|
test_banned_keyword_list.py
|
|
|
|
test_blog_posts_endpoint.py
|
fix: log fallback warning in blog posts endpoint and tighten test
|
2026-02-21 17:34:08 -08:00 |
|
test_check_batch_cost.py
|
Fix flaky e2e batch test: set batch_processed=True on completion in retrieve_batch
|
2026-03-15 18:18:32 -07:00 |
|
test_check_responses_cost.py
|
fix(proxy): prevent OOM/Prisma connection loss from unbounded managed-object poll (#23472)
|
2026-03-13 11:01:40 -07:00 |
|
test_custom_callback_input.py
|
|
|
|
test_custom_logger_s3_gcs.py
|
|
|
|
test_custom_tokenizer_bug.py
|
[Release Fix] (#22411)
|
2026-02-28 09:46:35 -08:00 |
|
test_db_schema_changes.py
|
|
|
|
test_db_schema_migration.py
|
[Release Fix] (#22411)
|
2026-02-28 09:46:35 -08:00 |
|
test_default_end_user_budget_simple.py
|
[AI Gateway] - End User Budgets - Allow pointing max_end_user budget to an id, so the default ID applies to all end users (#16456)
|
2025-11-11 08:20:13 -08:00 |
|
test_deployed_proxy_keygen.py
|
|
|
|
test_e2e_pod_lock_manager.py
|
fix(tests): skip more CI tests requiring external DB/Redis connections
|
2026-02-20 11:49:38 -03:00 |
|
test_get_favicon.py
|
feat(proxy): add custom favicon support\n\nAdd ability to configure a custom favicon for the litellm proxy UI.\n\n- Add favicon_url field to UIThemeConfig model\n- Add LITELLM_FAVICON_URL env var support\n- Add /get_favicon endpoint to serve custom favicons\n- Update ThemeContext to dynamically set favicon\n- Add favicon URL input to UI theme settings page\n- Add comprehensive tests\n\nCloses #8323 (#21653)
|
2026-02-21 00:46:51 -08:00 |
|
test_get_image.py
|
fix: optimize logo fetching and resolve mcp import blockers (#19719)
|
2026-01-25 23:08:16 -08:00 |
|
test_google_endpoint_routing.py
|
Support model names with slashes on Gemini endpoints (#17743)
|
2025-12-09 18:40:51 -08:00 |
|
test_google_gemini_proxy_request.py
|
Revert "QA: improve gpt-5.4 code/bugs"
|
2026-03-13 10:15:47 -07:00 |
|
test_jwt_key_mapping.py
|
fix: fix ci/cd + handle oidc jwt tokens
|
2026-03-30 16:12:58 -07:00 |
|
test_jwt.py
|
test(auth): add regression tests for JWTHandler.is_jwt(None)
|
2026-03-27 16:51:08 -07:00 |
|
test_key_generate_dynamodb.py
|
|
|
|
test_key_generate_prisma.py
|
[Fix] /key/aliases: Add pagination and search to prevent OOMs
|
2026-02-25 17:55:26 -08:00 |
|
test_models_fallback_endpoint.py
|
|
|
|
test_prisma_client_backoff_retry.py
|
fix(tests): mock prisma.Prisma in backoff retry tests to avoid 'prisma generate'
|
2026-02-17 19:29:20 -03:00 |
|
test_project_endpoints_prisma.py
|
[Fix] Include created_at and updated_at in /project/list response
|
2026-02-27 15:41:03 -08:00 |
|
test_prompt_test_endpoint.py
|
[Feat] UI - Prompt Management - Allow testing prompts with Chat UI (#16898)
|
2025-11-21 08:53:18 -08:00 |
|
test_proxy_config_unit_test.py
|
fix: enable JSON logging via configuration and add regression test
|
2026-01-13 09:38:19 -07:00 |
|
test_proxy_custom_auth.py
|
|
|
|
test_proxy_custom_logger.py
|
fix test_chat_completion
|
2026-02-17 20:26:28 +05:30 |
|
test_proxy_encrypt_decrypt.py
|
|
|
|
test_proxy_exception_mapping.py
|
[Perf] Embeddings: Use router's O(1) lookup and shared sessions (#16344)
|
2025-11-14 09:21:45 -08:00 |
|
test_proxy_gunicorn.py
|
|
|
|
test_proxy_pass_user_config.py
|
test: test
|
2026-03-28 19:17:38 -07:00 |
|
test_proxy_reject_logging.py
|
|
|
|
test_proxy_routes.py
|
tests and route permissions (#21508)
|
2026-02-18 16:58:38 -08:00 |
|
test_proxy_server_caching.py
|
|
|
|
test_proxy_server_keys.py
|
|
|
|
test_proxy_server_langfuse.py
|
|
|
|
test_proxy_server_spend.py
|
|
|
|
test_proxy_server.py
|
test: test
|
2026-03-28 19:17:38 -07:00 |
|
test_proxy_setting_guardrails.py
|
fix(lakera-guardrail): use os.environ.get() to avoid KeyError on missing LAKERA_API_KEY
|
2026-02-17 19:30:22 -03:00 |
|
test_proxy_token_counter.py
|
fix(tests): use unconditional skip for vertex/gemini token counting test
|
2026-02-20 11:36:54 -03:00 |
|
test_proxy_utils.py
|
fix(tests): reset module-level cache in stale alias bypass tests
|
2026-03-27 20:11:28 +05:30 |
|
test_realtime_cache.py
|
[Perf] Fix bottlenecks degrading realtime endpoint performance (#16670)
|
2025-11-22 10:01:02 -08:00 |
|
test_response_polling_handler.py
|
Add incomplete response error propagation test
|
2026-03-17 11:39:12 -07:00 |
|
test_response_polling_pre_call_checks.py
|
fix(test): rewrite polling pre-call guard test to call responses_api() directly
|
2026-03-19 14:30:29 +05:30 |
|
test_search_api_logging.py
|
fix(tests): skip test_search_api_logging_and_cost_tracking - requires Prisma DB
|
2026-02-20 13:19:01 -03:00 |
|
test_server_root_path.py
|
fix: server rooth path (#19790)
|
2026-01-26 09:48:06 -08:00 |
|
test_skills_db.py
|
fix(tests): skip CI tests requiring external services (DB, API keys)
|
2026-02-20 11:28:42 -03:00 |
|
test_ui_path_detection.py
|
fix: Add LITELLM_UI_PATH and LITELLM_ASSETS_PATH for read-only filesystem support (#20492)
|
2026-02-12 19:39:04 +05:30 |
|
test_unit_test_max_model_budget_limiter.py
|
fix: custom auth budget issue
|
2026-02-26 13:03:01 +05:30 |
|
test_unit_test_proxy_hooks.py
|
[Fix] CI/CD – Clean Up Performance PR Changes & others (#17838)
|
2025-12-11 12:50:03 -08:00 |
|
test_update_spend.py
|
[Fix] CI/CD – Clean Up Performance PR Changes & others (#17838)
|
2025-12-11 12:50:03 -08:00 |
|
test_user_api_key_auth.py
|
CircleCI test stability (#23055)
|
2026-03-07 15:19:39 -08:00 |
|
test_zero_cost_model_budget_bypass.py
|
Add support for 0 cost models
|
2026-02-02 13:29:37 +05:30 |
|
vertex_key.json
|
test: update to new vertex ai keys
|
2026-03-28 20:19:05 -07:00 |