mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
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:
@@ -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()
|
||||
Reference in New Issue
Block a user