Skip to content

Releases: la10736/rstest

0.23.0

29 Sep 10:15
da11d4e
Compare
Choose a tag to compare

What's Changed

  • Upgrade to async-std v1.13 by @jayvdb in #274
  • Allow environment variables in #[files] attributes by @hansl in #277

New Contributors

Full Changelog: v0.22.0...v0.23.0

Version 0.22.0

04 Aug 18:36
6213428
Compare
Choose a tag to compare

Destructuring input data

0.21.0

01 Jun 17:52
38da6bf
Compare
Choose a tag to compare

Use crate-name feature to enable the crate rename support (enabled by default)

0.20.0

30 May 11:56
f29e634
Compare
Choose a tag to compare

Introduce #[by_ref] and add support for import rstest with another name.

Introduce MSRV and minor fixes

09 Apr 12:00
3ffd682
Compare
Choose a tag to compare

Introduce MSRV and minor fixes

0.18.2

13 Aug 07:06
15e2d39
Compare
Choose a tag to compare

Admit parent folders in files glob path

0.18.1

05 Jul 07:10
aee4e34
Compare
Choose a tag to compare

Fix doc and one doc test

0.18.0

04 Jul 21:08
Compare
Choose a tag to compare
  • New #[file] attribute
  • Default timeoute via RSTEST_TIMEOUT environment variable

Fixes and dependency update

0.17.0

19 Mar 14:21
Compare
Choose a tag to compare

Introduce #[awt] and #[future(awt)] feature.

0.16.0

27 Nov 15:40
Compare
Choose a tag to compare

Use values expression to define test names.