litellm/tests/rust-python-harness/validate_sub_methods
Ishaan Jaff a009ba4bd1
fix: correct drift in OCR test-parity ledger
Two entries referenced a typo'd Python test name, four duplicated entries already tracked under TestProxySecurityGuard, five real Python tests in test_rust_bridge.py were untracked, and three real Rust custom_logger tests were missing from rust_only_tests. Found by running validate_ledger.py's audit against the live repo.
2026-09-02 16:55:10 -07:00
..
ocr_test_ledger.json fix: correct drift in OCR test-parity ledger 2026-09-02 16:55:10 -07:00
README.md test: add interactive Rust Python parity harness (#39419) 2026-09-02 15:51:08 -07:00
strategy.json test: add interactive Rust Python parity harness (#39419) 2026-09-02 15:51:08 -07:00

Validate sub-methods

Checks each request, response, stream, and error-mapping sub-method independently across Python and Rust. It also validates that traced Python helpers have an explicit Rust implementation and parity test.