Skip to content

Releases: nextest-rs/nextest

nextest-runner 0.3.0

24 Feb 03:16
Compare
Choose a tag to compare

Fixed

  • Target runners of the form runner = ["bin-name", "--arg1", ...] are now parsed correctly (#75).
  • Binary IDs for [[bin]] and [[example]] tests are now unique, in the format <crate-name>::bin/<binary-name> and <crate-name>::test/<binary-name> respectively (#76).

cargo-nextest 0.9.8

24 Feb 03:16
Compare
Choose a tag to compare

Fixed

  • Target runners of the form runner = ["bin-name", "--arg1", ...] are now parsed correctly (#75).
  • Binary IDs for [[bin]] and [[example]] tests are now unique, in the format <crate-name>::bin/<binary-name> and <crate-name>::test/<binary-name> respectively (#76).

nextest-runner 0.2.1

23 Feb 18:14
Compare
Choose a tag to compare
  • Improvements to TargetRunnerError message display: source errors are no longer displayed directly, only in "caused by".

nextest-runner 0.2.0

23 Feb 00:02
Compare
Choose a tag to compare

cargo-nextest 0.9.7

23 Feb 18:01
Compare
Choose a tag to compare

Fixed

  • If parsing target runner configuration fails, warn and proceed without a target runner rather than erroring out.

Known issues

  • Parsing an array of strings for the target runner currently fails: #73. A fix is being worked on in #75.

cargo-nextest 0.9.6

23 Feb 00:02
Compare
Choose a tag to compare

Added

nextest-runner 0.1.2

20 Feb 19:05
Compare
Choose a tag to compare

Added

  • In test output, module paths are now colored cyan (#42).

cargo-nextest 0.9.5

20 Feb 19:05
Compare
Choose a tag to compare

Fixed

  • Updated nextest-runner to 0.1.2, fixing cyan coloring of module paths (#52).

cargo-nextest 0.9.4

17 Feb 03:28
Compare
Choose a tag to compare

The big new change is that release binaries are now available! Head over to Pre-built binaries for more.

Added

  • In test output, module paths are now colored cyan (#42).

Fixed

  • While querying binaries to list tests, lines ending with ": benchmark" will now be ignored (#46).

cargo-nextest 0.9.5-rc.2

17 Feb 05:04
Compare
Choose a tag to compare
Pre-release

(Temporary release) test out binary releases once again.