updates tests
This commit is contained in:
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user