pub fn run_tests(
    ws: &Workspace<'_>,
    options: &TestOptions,
    test_args: &[&str]
) -> CargoResult<Option<CargoTestError>>