Add some more scan_directories tests
This commit is contained in:
parent
7193ec34f5
commit
7f0745d772
3 changed files with 108 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue