[][src]Function mimicaw::run_tests_with_report

pub async fn run_tests_with_report<'_, D>(
    args: &'_ Args,
    tests: impl IntoIterator<Item = Test<D>>,
    runner: impl TestRunner<D>
) -> Result<Report, ExitStatus>

Run a test suite and report the summary.