Skip to content

Releases: la10736/rstest

0.11.0

01 Aug 17:25
Compare
Choose a tag to compare

Bug fixing

0.10.0

16 May 19:20
Compare
Choose a tag to compare

Introduce fixture renaming and fix generic types partial impl cleaner

0.9.0

02 May 19:40
Compare
Choose a tag to compare

Introduce #[future] atribute

0.8.0

25 Apr 20:54
Compare
Choose a tag to compare

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

21 Mar 17:25
Compare
Choose a tag to compare

Introduce the new syntax that leverage on function and arguments attributes for all features.

0.6.4

21 Jun 16:10
Compare
Choose a tag to compare

Document rstest_reuse to apply a tests list to multiple test function

0.6.3

19 Apr 22:06
Compare
Choose a tag to compare

Introduce fixture default args

0.6.2

19 Apr 22:05
Compare
Choose a tag to compare

Inject test attribute

0.6.1

05 Apr 21:13
Compare
Choose a tag to compare

Introducing async support

0.6.0

05 Mar 12:49
Compare
Choose a tag to compare

Remove deprecated rstest_parametrize and rstest_matrix. Remove _ before call fixture and accept per case attributes.