github nextest-rs/nextest cargo-nextest-0.9.80
cargo-nextest 0.9.80

latest releases: cargo-nextest-0.9.143, nextest-runner-0.122.1, cargo-nextest-0.9.142...
22 months ago

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!

Don't miss a new nextest release

NewReleases is sending notifications on new releases.