cargo_test_support

Function process

Source
pub fn process<T: AsRef<OsStr>>(bin: T) -> ProcessBuilder
Expand description

Run $bin in the test’s environment, see ProcessBuilder

For more on the test environment, see