We often start to do copy-paste work in tests, thus we should begin to have some reusable helpers to make our internal tests easier to maintain. Helpers: - `FilesystemHelper` with: `create`, `delete` for files & directories, - ...