Structs§
- Test
Options - Unit
Test 🔒Error - A unit that failed to run.
Enums§
- Test
Kind 🔒 - The kind of test.
Functions§
- cmd_
builds 🔒 - Creates a
ProcessBuilder
for executing a single test. - compile_
tests 🔒 - display_
no_ 🔒run_ information - Displays human-readable descriptions of the test executables.
- fail_
fast_ 🔒code - Returns the error code to use when not using
--no-fail-fast
. - no_
fail_ 🔒fast_ err - Returns the
CliError
when using--no-fail-fast
and there is at least one error. - report_
test_ 🔒error - Displays an error on the console about a test failure.
- run_
benches - Compiles and runs benchmarks.
- run_
doc_ 🔒tests - Runs doc tests.
- run_
tests - Compiles and runs tests.
- run_
unit_ 🔒tests - Runs the unit and integration tests of a package.