pub fn run_tests_console(
    opts: &TestOpts,
    tests: Vec<TestDescAndFn>
) -> Result<bool, Error>