training on pytest for the unitesting and doing the parsing with a init in a package need to validate this with my teammate

This commit is contained in:
Maoake Teriierooiterai
2026-03-16 15:19:11 +01:00
parent 28b92ab7ee
commit 2f5d200c0a
8 changed files with 111 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
from parsing.Parsing import DataMaze
def main() -> None:
print("Unit Testing for parsing:")
DataMaze.get_data("config.txt")
if __name__ == "__main__":
main()