github nextest-rs/nextest nextest-metadata-0.13.0
nextest-metadata 0.13.0

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

Changed

  • A new TestCaseName newtype wraps test case identifiers, providing type safety and utility methods:

    • components() splits the name on :: to yield module path components.
    • module_path_and_name() extracts the module path prefix and trailing name.
  • RustTestCaseSummary now includes a kind field of type Option<RustTestKind>, distinguishing between tests (#[test]) and benchmarks (#[bench]). This field is None when parsing output from older nextest versions.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.