Skip to content

Releases: nextest-rs/nextest

nextest-runner 0.64.0

06 Oct 21:07
Compare
Choose a tag to compare

cargo-nextest 0.9.81

06 Oct 21:18
Compare
Choose a tag to compare

Fixed

Fixed semantics of --exact to match Rust's libtest: --exact now makes it so that all filters passed in after -- (including --skip filters) are matched exactly.

nextest-runner 0.63.0

05 Oct 21:26
Compare
Choose a tag to compare

cargo-nextest 0.9.80

05 Oct 21:27
Compare
Choose a tag to compare

Added

Support for --skip and --exact as emulated test binary arguments. The semantics match those of libtest binaries.

For example, to run all tests other than those matching the substring slow_tests:

cargo nextest run -- --skip slow_tests

To run all tests matching either the substring my_test or the exact string exact_test:

cargo nextest run -- my_test --exact exact_test

Thanks to svix-jplatte for your first contribution!

cargo-nextest 0.9.79

03 Oct 02:38
Compare
Choose a tag to compare

Added

  • Expanded version information: cargo nextest -V now shows commit and date information similar to rustc and cargo, and cargo nextest --version shows this information in long form.

Fixed

  • Nextest will now enable colors by default in more situations, particularly over SSH connections. For more information, see this issue.
  • Fixed a case of cargo metadata parsing with renamed packages (#1746).

cargo-nextest 0.9.79-rc.2

03 Oct 02:21
Compare
Choose a tag to compare
Pre-release

Added

  • Expanded version information: cargo nextest -V now shows commit and date information similar to rustc and cargo, and cargo nextest --version shows this information in long form.

Fixed

  • Nextest will now enable colors by default in more situations, particularly over SSH connections. For more information, see this issue.
  • Fixed a case of cargo metadata parsing with renamed packages (#1746).

nextest-runner 0.62.0

02 Oct 19:16
Compare
Choose a tag to compare

cargo-nextest 0.9.79-rc.1

02 Oct 19:19
Compare
Choose a tag to compare
Pre-release

Added

  • Expanded version information: cargo nextest -V now shows commit and date information similar to rustc and cargo, and cargo nextest --version shows this information in long form.

Fixed

  • Nextest will now enable colors by default in more situations, particularly over SSH connections. For more information, see this issue.
  • Fixed a case of cargo metadata parsing with renamed packages (#1746).

nextest-runner 0.61.0

05 Sep 22:25
Compare
Choose a tag to compare

nextest-metadata 0.12.1

05 Sep 22:23
Compare
Choose a tag to compare

Internal dependency updates.