Module nextest_runner::test_list [−][src]
Expand description
Support for building and querying lists of test instances.
The main data structure in this module is TestList
.
Structs
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 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.
A serialized, machine-readable output format.