Module cargo::ops::cargo_test
source · Structs
- A unit that failed to run.
Enums
- TestKind 🔒The kind of test.
Functions
- Creates a
ProcessBuilder
for 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
CliError
when using--no-fail-fast
and 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.