mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
|
|
||
|---|---|---|
| .. | ||
| ledgers/ocr | ||
| __init__.py | ||
| mapping_validator.py | ||
| python_runner.py | ||
| README.md | ||
| runner.py | ||
| rust_runner.py | ||
| strategy.json | ||
| test_mapping_validator.py | ||
| test_python_runner.py | ||
| test_runner.py | ||
| test_rust_runner.py | ||
Unit tests
Run independently with uv run python -m tests.rust-python-harness.strategies.unit_tests.runner --plain. Configure a unit_suite for each mapped API in strategy.json
The runner combines mapping validation, Python tests in separate verified backend processes, and Cargo tests. It reports missing and ambiguous counterparts. Native Rust tests and existing Python tests stay in their original locations
See the suite format for configuration. No complete API mapping is configured yet