Add some more scan_directories tests

This commit is contained in:
Julian Stirling 2025-06-28 23:59:35 +01:00
parent 7193ec34f5
commit 7f0745d772
3 changed files with 108 additions and 19 deletions

View file

@ -181,7 +181,7 @@ class ScanDirectoryManager:
Args:
path = path to a location on the disk you want to check
min_space [int] = the minimum space required in bytes
default = 500,000,000 (500MiB)
default = 500,000,000 (500MB)
Raises:
NotEnoughFreeSpaceError if the remaining storage is below min_space