RatCornu / efs

An OS and architecture independent implementation of some Unix filesystems in Rust.

Home Page:https://crates.io/crates/efs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better test interface

RatCornu opened this issue · comments

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.