mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
refactor: point cli.py at the relocated mapping_validator module
This commit is contained in:
parent
f2b9cd272f
commit
42fa20e25f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from .catalog import load_catalog
|
|||
from .models import HarnessCase, Strategy
|
||||
from .runner import run_pytest
|
||||
from .ui import make_dashboard
|
||||
from .validate_ledger import FunctionReport, build_function_report
|
||||
from .strategies.unit_tests.mapping_validator import FunctionReport, build_function_report
|
||||
|
||||
REPO_ROOT = Path(__file__).resolve().parents[2]
|
||||
COVERAGE_ROOT = REPO_ROOT / "target" / "rust-python-harness"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue