rustest-fixtures: A set of fixtures for rustest
This crate provides a set of "standard" fixtures to use with rustest.
For now, only three fixtures are provided:
- TempFile: Get a temporary file for your tests
- TempDir: Get a temporary directory for your tests
- Global: Put a fixture in the global scope
Contributing
Rustest is pretty young. Issue reports and PR are welcomed !
License
Licensed under either of
-
Apache License, Version 2.0, (LICENSE-APACHE or license-apache-link)
-
MIT license LICENSE-MIT or license-MIT-link at your option.