pub fn run_tests<F>( opts: &TestOpts, tests: TestList, notify_about_test_event: F, ) -> Result<()>where F: FnMut(TestEvent) -> Result<()>,
test