rustest-fixtures 0.3.0

Better test your program.
Documentation

Crate Docs Status Apache 2.0 Licensed MIT Licensed

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