fix: verify and preview generated test images

This commit is contained in:
Codex
2026-08-02 00:05:13 +08:00
parent 922f8f4f2a
commit 0eb2a86f36
7 changed files with 195 additions and 17 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ def test_readiness_requires_configuration_and_successful_tests(tmp_path: Path) -
)
assert store.public_response().readiness.ready is False
for target in ("infrastructure", "storage", "model:planner", "model:designer"):
for target in ("infrastructure", "storage", "model:planner", "model:designer", "generation:designer"):
store.record_test(RuntimeSettingsTestResult(target=target, ok=True, message="ok"))
assert store.public_response().readiness.ready is True