updates tests

This commit is contained in:
artus
2018-11-19 14:40:35 +01:00
parent 89ed45c3d7
commit 4207c37b9b
3 changed files with 158 additions and 115 deletions

View File

@@ -74,7 +74,7 @@ class Store:
count = len(content)
start_time = time.process_time()
for name, path in content.items():
shutil.rm(path)
path.unlink()
elapsed = time.process_time() - start_time
print(f"{count} in {elapsed:.2f}s.")