github nextest-rs/nextest cargo-nextest-0.9.64
cargo-nextest 0.9.64

latest releases: cargo-nextest-0.9.143, nextest-runner-0.122.1, cargo-nextest-0.9.142...
2 years ago

Added

  • Stabilized and documented the binary ID format.
  • Support for glob matchers in filter expressions. For example, package(foo*) will match all tests whose names start with foo.
  • A new binary_id() predicate matches against the binary ID.

Changed

  • Unit tests in proc-macro crates now have a binary ID that consists of just the crate name, similar to unit tests in normal crates.

  • The default string matcher for the following predicates has changed from equality to glob:

    • Package-related matchers: package(), deps(), and rdeps()
    • Binary-related matchers: binary()

    The new binary_id() predicate also uses the glob matcher by default.

Fixed

  • Fixed a regression with some Cargo nightly-only features: see guppy-rs/guppy#174 for more details.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.