pub fn run_tests_console( opts: &TestOpts, tests: Vec<TestDescAndFn>, ) -> Result<bool>
test
一个简单的控制台测试运行器。运行提供的测试,并将过程和结果报告到 stdout。