Function libtest_mimic::run
source · pub fn run(args: &Arguments, tests: Vec<Trial>) -> ConclusionExpand description
Runs all given tests.
This is the central function of this crate. It provides the framework for the testing harness. It does all the printing and house keeping.
The returned value contains a couple of useful information. See
Conclusion for more information. If --list was specified, a list is
printed and a dummy Conclusion is returned.