docs: record Mol benchmark decision
This commit is contained in:
@@ -179,6 +179,8 @@ def test_mol_benchmark_is_wired_into_existing_operator_pipeline() -> None:
|
||||
assert 'enriched["operational_zone"]' in multi
|
||||
assert "build_mol_operational_benchmark_report.py" in runner
|
||||
assert "MOL_MIN_REFERENCE_COVERAGE" in runner
|
||||
assert 'MOL_MIN_REFERENCE_COVERAGE="${MOL_MIN_REFERENCE_COVERAGE:-0.90}"' in runner
|
||||
assert 'default=0.90' in (ROOT / "scripts" / "build_mol_operational_benchmark_report.py").read_text(encoding="utf-8")
|
||||
assert "py_compile scripts/build_mol_operational_benchmark_report.py" in readiness
|
||||
assert "COPY scripts/build_mol_operational_benchmark_report.py" in dockerfile
|
||||
assert "fixture_mode" not in runner
|
||||
|
||||
Reference in New Issue
Block a user