litellm/tests/test_litellm/llms/custom_httpx
Yassin Kortam e5b19c5583
feat(rust): route OCR, messages, and responses-websocket through Rust by default; remove flags (#34035)
* feat(rust): route OCR, messages, and responses-websocket through Rust by default; remove flags and error-fallback

* fix(rust): drop now-unused os import; route Python-handler tests off the default Rust path

* test(rust): assert native-anthropic gate routes to Rust even when litellm_params.rust is false

The gate no longer reads litellm_params.rust after the flag removal, so
passing rust=False here proves Rust runs unconditionally and guards against
anyone re-introducing a rust gate on the native-anthropic path.
2026-07-21 17:14:46 -07:00
..
test_aiohttp_cleanup_closed.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_aiohttp_handler.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_aiohttp_so_keepalive.py fix: added keepalive args for aiohttp tcpconnector 2026-04-29 09:14:57 -07:00
test_aiohttp_transport.py fix(streaming): surface upstream connection resets instead of empty 200 streams 2026-07-14 07:21:45 -07:00
test_credential_leak_prevention.py Litellm agent oss staging 05 11 2026 (#27733) 2026-05-13 14:09:12 -07:00
test_gemini_session_leak.py Fix __main__ exit bug, close litellm_async_client, restore global state 2026-03-14 18:14:42 -07:00
test_http_handler.py fix(router): honor litellm_settings.request_timeout as an independent per-attempt timeout (#31119) 2026-06-23 14:22:54 -07:00
test_llm_http_handler.py feat(rust): route OCR, messages, and responses-websocket through Rust by default; remove flags (#34035) 2026-07-21 17:14:46 -07:00
test_mock_transport.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00