Cargo Features
fs_rollback has no features set by default.
[dependencies]
fs_rollback = { version = "2.0.0", features = ["integration-tests"] }
- integration-tests
-
Integration test are isolated thanks to this feature. They must run in a single test thread as some of them modify env variables, leading to cross-test race conditions if executed concurrently