This repository was archived by the owner on Mar 15, 2024. It is now read-only.
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
Open
Description
To avoid rewriting over a file containing a filesystem during the tests, the file needed is copied then the copy is removed at the end of the file. The crate tempfile would make easier such development. This could be followed by a macro making this creation/copy transparent for further test add.