Module cargo::ops::cargo_test
source · Structs
- A unit that failed to run.
Enums
- TestKind 🔒The kind of test.
Functions
- Creates a
ProcessBuilderfor executing a single test. - Displays human-readable descriptions of the test executables.
- Returns the error code to use when not using
--no-fail-fast. - Returns the
CliErrorwhen using--no-fail-fastand there is at least one error. - Displays an error on the console about a test failure.
- Compiles and runs benchmarks.
- Runs doc tests.
- Compiles and runs tests.
- Runs the unit and integration tests of a package.