Function execute_command_in_dir

Source
pub fn execute_command_in_dir<P: AsRef<Path>>(
    dir: P,
    command: impl TestCommand,
) -> Result<TestCommandResult>
Expand description

Execute a command with directory context (changes to dir, runs command, restores dir)