Skip to main content

run_with_path_captured

Function run_with_path_captured 

Source
pub fn run_with_path_captured(
    name: &str,
    line: usize,
    path: impl AsRef<Path>,
    script: &str,
) -> String
Expand description

Parse and run a clitest script string. Returns captured output. Panics on failure.