Crate file_test_runner

Crate file_test_runner 

Source

Modules§

collection
reporter

Structs§

Parallelism
PathedIoError
RunOptions
SubTestResult
TestRunSummary
Output from running tests via run_tests_summary.

Enums§

TestResult

Statics§

NO_CAPTURE
Gets if a --no-capture or --nocapture flag was provided to the cli args.

Functions§

collect_and_run_tests
Helper function to collect and run the tests.
run_tests
Runs the tests and panics on failure.
run_tests_summary
Runs the tests returning a summary instead of panicking.