← Về thư mục
scripts/test_check_prisma_trAIce_freshness.py
- _write_protocol · function · L11-L22 — def _write_protocol(path: Path, snapshot_date: str) -> None
- TestFreshnessCheck · class · L25-L64 — class TestFreshnessCheck(unittest.TestCase)
- test_recent_snapshot_passes · method · L26-L31 — def test_recent_snapshot_passes(self) -> None
- test_stale_snapshot_warns_but_exits_zero · method · L33-L39 — def test_stale_snapshot_warns_but_exits_zero(self) -> None
- test_missing_snapshot_date_fails · method · L41-L46 — def test_missing_snapshot_date_fails(self) -> None
- test_malformed_date_fails · method · L48-L53 — def test_malformed_date_fails(self) -> None
- test_malformed_yaml_fails_cleanly · method · L55-L64 — def test_malformed_yaml_fails_cleanly(self) -> None