Phase 3 KPI 계약 상수 분리

This commit is contained in:
Yun Chan 2026-06-29 00:01:24 +09:00
parent d9458d0e40
commit d18e4b6b4b
7 changed files with 69 additions and 53 deletions

View file

@ -79,7 +79,7 @@ class Phase3ArtifactCheckerTests(unittest.TestCase):
"method": "fixture",
"source_files": ["fixture"],
}
for name in checker.KPI_METRICS
for name in checker.PHASE3_KPI_METRICS
}
write_text(
root / "02-measures" / "kpi_report.json",