mantono / prune

Find large files on your disk
MIT License
3 stars 0 forks source link

Create common trait, abstracting PathBuf/DirEntry #8

Open mantono opened 4 years ago

mantono commented 4 years ago

Currently, real files/directories are used for test cases. It would be preferable if the test cases would rely on an abstraction of PathBuf, so test cases wouldn't have to rely on the state of actual files on the disk.