Skip to content

Releases: nextest-rs/datatest-stable

datatest-stable 0.2.3

29 Aug 21:04
Compare
Choose a tag to compare

Updated README.

datatest-stable 0.2.2

29 Aug 20:14
Compare
Choose a tag to compare

Added

  • Restored compatibility with fn(&Path) -> Result<()>. The harness now can take either fn(&Path) -> Result<()> or fn(&Utf8Path) -> Result<()>.

datatest-stable 0.2.1

29 Aug 18:03
Compare
Choose a tag to compare

Changed

  • The test signature is now fn(&Utf8Path) rather than fn(&Path). If necessary, a Utf8Path can be converted to a &Path with .as_ref() or .as_std_path().
  • Non-Unicode paths now consistently produce errors. Previously, the treatment of such paths was inconsistent -- they would either be skipped or produce errors.
  • Internal dependency update: libtest-mimic updated to version 0.6.1.
  • MSRV updated to Rust 1.60.

datatest-stable 0.1.3

15 Aug 19:21
Compare
Choose a tag to compare

Changed

  • Errors are now displayed with the Debug implementation, which prints out the full error chain
    with libraries like anyhow or eyre, rather than the Display implementation. Thanks
    Alex Badics for your first contribution!
  • MSRV updated to Rust 1.58.

Internal improvements

  • datatest-stable now uses libtest-mimic 0.5.2. Thanks [Lukas Kalbertodt] (maintainer of
    libtest-mimic) for your first contribution!

datatest-stable 0.1.2

22 May 23:01
Compare
Choose a tag to compare

Changed

There are no functional changes in this release.