Configuration de l'output final

This commit is contained in:
2026-09-12 23:56:07 +02:00
parent 060859ddef
commit e8b8a11c5b
16 changed files with 814 additions and 38 deletions
+4 -5
View File
@@ -502,11 +502,6 @@ class StandardCliTests(unittest.TestCase):
"default",
{"target": evaluation},
),
"verify_groups": (
"verify_groups",
"default",
{"target": evaluation},
),
"annotating": (
"annotation",
"simple",
@@ -690,6 +685,10 @@ class StandardCliTests(unittest.TestCase):
annotations.mkdir(parents=True)
atomic_write_json(copies / "Copie01.json", {"name": "Élève Test"})
atomic_write_json(annotations / "score.json", {"total": 10})
atomic_write_json(annotations / "info.json", {
"total": {"present": False, "not_empty": False, "touched": False, "score": 10}
})
(evaluation / "labels").write_text("total\n")
(annotations / "Concat.jpg").write_bytes(b"image")
(evaluation / "names").write_text("Élève Test\n", encoding="utf-8")