pub fn run_tests(
    test_count: usize,
    tests: impl Iterator<Item = (&'static str, &'static str, TestFn)>
) -> Result<(), i32>