Expand description

Support for building and querying lists of test instances and test binaries.

The main data structures in this module are:

Structs

The list of Rust test binaries built by Cargo.
Rust-related metadata used for builds and test runs.
A Rust test binary built by Cargo. This artifact hasn’t been run yet so there’s no information about the tests within it.
A Rust test binary built by Cargo.
A suite of tests within a single Rust test binary.
Represents a single test with its associated binary.
List of test instances, obtained by querying the RustTestArtifact instances generated by Cargo.

Enums

Output formats for nextest.
Serializable information about the status of and test cases within a test suite.
A serialized, machine-readable output format.
Typestate for TestList.