Structsยง
- Unit
Test ๐Error A unit that failed to run.
Enumsยง
- Test
Kind ๐The kind of test.
Functionsยง
- cmd_
builds ๐Creates aProcessBuilder
for executing a single test. - compile_
tests ๐ - 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 theCliError
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. - Compiles and runs benchmarks.
- run_
doc_ ๐tests Runs doc tests. - Compiles and runs tests.
- run_
unit_ ๐tests Runs the unit and integration tests of a package.