Harden golden QA readiness gate
This commit is contained in:
@@ -22,6 +22,14 @@ def test_readiness_gate_checks_demo_export_workflow_script_syntax() -> None:
|
||||
assert "bash -n scripts/verify_demo_export_workflow.sh" in content
|
||||
|
||||
|
||||
def test_readiness_gate_runs_golden_qa_benchmark() -> None:
|
||||
script = Path(__file__).resolve().parents[2] / "scripts" / "run_readiness_check.sh"
|
||||
content = script.read_text(encoding="utf-8")
|
||||
|
||||
assert "scripts/run_golden_qa_benchmark.py --json" in content
|
||||
assert "bash -n scripts/verify_golden_qa_benchmark.sh" in content
|
||||
|
||||
|
||||
def test_readiness_gate_compiles_demo_cleanup_script() -> None:
|
||||
script = Path(__file__).resolve().parents[2] / "scripts" / "run_readiness_check.sh"
|
||||
content = script.read_text(encoding="utf-8")
|
||||
|
||||
Reference in New Issue
Block a user