Update tests

This commit is contained in:
Veronica Berglyd Olsen
2023-11-30 22:30:12 +01:00
parent 4f42407c23
commit 5278eb7895
6 changed files with 86 additions and 82 deletions
+2
View File
@@ -118,6 +118,8 @@ def fncPath():
fncPath = _TMP_ROOT / "function"
if fncPath.is_dir():
shutil.rmtree(fncPath)
elif fncPath.is_file():
fncPath.unlink()
fncPath.mkdir(exist_ok=True)
return fncPath