finish the unit testing on the parsing

This commit is contained in:
Maoake Teriierooiterai
2026-03-19 18:20:30 +01:00
parent e4e8ebfc13
commit b00ddc7d29
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ class DataMaze:
res.update({key: DataMaze.convert_tuple(data[key])})
for key in key_bool:
res.update({key: DataMaze.convert_bool(data[key])})
res.update({"OUTPUT_FILE": data["OUTPUT_FILE"]})
return res
@staticmethod