github nextest-rs/nextest nextest-filtering-0.21.0
nextest-filtering 0.21.0

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

Added

  • A new group() filterset predicate for CLI filter expressions. This allows filtering tests by their assigned test group. For example, group(my-group) matches tests in the my-group group, and not group(@global) matches tests in any non-global group.
  • A new KnownGroups type for validating group names during filterset compilation.

Changed

  • nextest-metadata updated to 0.14.1.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.