e2e tests 0.1

This commit is contained in:
2026-08-17 11:42:12 +03:00
parent 4486f62e17
commit 0a4a21f2e7
10 changed files with 206 additions and 22 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ async def root()->dict:
def create_dirs():
dirs_to_create=("./DB",
"./upload",
"./upload_bad",
"./upload_finished")
"./uploads/upload",
"./uploads/upload_bad",
"./uploads/upload_finished")
for x in dirs_to_create:
Path(x).mkdir(parents=True, exist_ok=True)