pub fn run_test<T, U>(test: T, teardown: U)where T: FnOnce() + UnwindSafe, U: FnOnce(),
Runs a test with a teardown function that is guaranteed to run