Skip to main content

execute_test_suite

Function execute_test_suite 

Source
pub fn execute_test_suite(
    path: &Path,
    elapsed: &Arc<Mutex<Duration>>,
    trace: bool,
    print_json_outcome: bool,
) -> Result<(), TestError>
Expand description

Execute a single test suite file containing multiple tests.