Make YOLO preflight runnable in backend container
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 02:02:17 +02:00
parent 3f1a686bef
commit 382dcadec4
8 changed files with 89 additions and 52 deletions
+1
View File
@@ -35,6 +35,7 @@ def test_readiness_gate_compiles_yolo_preflight_script() -> None:
content = script.read_text(encoding="utf-8")
assert "-m py_compile scripts/yolo_preflight.py" in content
assert "-m py_compile backend/scripts/yolo_preflight.py" in content
def test_demo_export_workflow_script_verifies_export_endpoints() -> None: