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)
pub fn execute_command_in_dir<P: AsRef<Path>>(
dir: P,
command: impl TestCommand,
) -> Result<TestCommandResult>
Execute a command with directory context (changes to dir, runs command, restores dir)