Crate cargo_nextest

Crate cargo_nextest 

Source
Expand description

cargo-nextest is a next-generation test runner for Rust.

For documentation and usage, see the nextest site.

§Installation

To install nextest binaries (quicker), see Pre-built binaries.

To install from source, run:

cargo install --locked cargo-nextest

The --locked flag is required. Builds without --locked are not guaranteed to work.

§Minimum supported Rust versions

Nextest has two minimum supported Rust versions (MSRVs): one for building nextest itself, and one for running tests with cargo nextest run.

For more information about the MSRVs and the stability policy around them, see Minimum supported Rust versions on the nextest site.

Structs§

CargoNextestApp
A next-generation test runner for Rust.
TestRunnerOpts
Test runner options.

Enums§

ExtractOutputFormat
Output format for nextest debug extract.