[][src]Function mimicaw::run_tests

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

Run a test suite using the specified test runner.

The test suite runs as follows: