Skip to main content

run_test_step

Function run_test_step 

Source
pub fn run_test_step(
    runner: &(dyn Fn(&Path, &CommandSpec) -> Result<CapturedOutput, SpawnError> + 'static),
    root: &Path,
) -> Result<ToolStep, SpawnError>
Expand description

Runs workspace tests through the injectable runner.