github nextest-rs/nextest nextest-filtering-0.17.0
nextest-filtering 0.17.0

latest releases: cargo-nextest-0.9.140, nextest-runner-0.121.0, nextest-filtering-0.21.3...
8 months ago

Added

  • Support for filtering test archives by binary. The cargo nextest archive command now accepts filter expressions, though test-level predicates (like test(...)) are not supported since binaries are not executed during archiving.
  • New method FiltersetLeaf::is_runtime_only() to check if a filter leaf requires runtime evaluation.

Changed

  • MSRV updated to Rust 1.87.
  • Error messages improved for banned predicates in different contexts.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.