Expand description
Support for building and querying lists of test instances and test binaries.
The main data structures in this module are:
TestList
for test instancesBinaryList
for test binaries
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.
- Information about skipped tests and binaries.
- Context required for test execution.
- Represents a single test with its associated binary.
- A key for identifying and sorting test instances.
- List of test instances, obtained by querying the
RustTestArtifact
instances generated by Cargo.
Enums§
- Typestate for
BinaryList
. - 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
.