Skip to content

Releases: la10736/rstest

0.15.0

27 Jun 21:25
Compare
Choose a tag to compare

Fix bug on timeout tests that doesn't accept values that without copy trait.

0.14.0

19 Jun 20:52
Compare
Choose a tag to compare

Feature gate async-timeout

0.13.0

15 May 16:06
Compare
Choose a tag to compare

Timeout

Introduce #[timeout] attribute

0.12.0

12 Dec 09:33
Compare
Choose a tag to compare

Introduce #[once] fixture attribute

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