Module cargo_test

Source

Structsยง

TestOptions
UnitTestError ๐Ÿ”’
A unit that failed to run.

Enumsยง

TestKind ๐Ÿ”’
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.