litellm/tests/test_litellm/ocr
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
..
__init__.py Enable local file support for OCR (#22133) 2026-02-27 10:50:02 -08:00
test_ocr_azure_document_intelligence_api_base.py test: litellm fix failing tests (#32577) 2026-07-09 13:54:45 -07:00
test_ocr_file_input.py chore: reject bare str at file-input sinks to prevent local-file read (#27762) 2026-05-12 16:40:07 -07:00
test_rust_bridge.py feat(rust): route OCR, messages, and responses-websocket through Rust by default; remove flags (#34035) 2026-07-21 17:14:46 -07:00