Configuration de l'output final
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user