Releases: la10736/rstest
Releases · la10736/rstest
0.15.0
Fix bug on timeout tests that doesn't accept values that without copy trait.
0.14.0
Feature gate async-timeout
0.13.0
Timeout
Introduce #[timeout]
attribute
0.12.0
Introduce #[once] fixture attribute
0.10.0
Introduce fixture renaming and fix generic types partial impl cleaner
0.9.0
Introduce #[future] atribute
0.8.0
Introduce Magic Conversion for literal string and change the syntax for default fixture arguments attribute from #[default = arbitrary rust expression]
(unstable syntax) to #[default(arbitrary rust expression)]
.
0.7.0
Introduce the new syntax that leverage on function and arguments attributes for all features.
0.6.4
Document rstest_reuse to apply a tests list to multiple test function