Crate nextest_runner

source ·
Expand description

Core functionality for cargo nextest. For a higher-level overview, see that documentation.

For the basic flow of operations in nextest, see this blog post.

Modules

Support for emulating Cargo’s configuration file discovery.
Configuration support for nextest.
Support for double-spawning test processes.
Errors produced by nextest.
Support for building and querying lists of test instances and test binaries.
Support for partitioning test runs across several machines.
Platform-related data structures.
Prints out and aggregates test execution statuses.
Reuse builds performed earlier.
The test runner.
Support for handling signals in nextest.
Filtering tests based on user-specified parameters.