github nextest-rs/nextest cargo-nextest-0.9.90
cargo-nextest 0.9.90

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

Added

  • Tests are now assigned global and group slot numbers. These numbers are non-negative integers starting from 0 that are unique for the lifetime of the test, but are reused after the test ends.

    Global and group slot numbers can be accessed via the NEXTEST_TEST_GLOBAL_SLOT and NEXTEST_TEST_GROUP_SLOT environment variables, respectively. For more, see Slot numbers.

  • Test environments now have the NEXTEST_TEST_GROUP variable set to the test group they're in, or "@global" if the test is not in any groups.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.