Function interoptopus::testing::python::run_python_if_installed[][src]

pub fn run_python_if_installed<P: AsRef<Path>>(
    path: P,
    file: &str
) -> Result<String, Error>
This is supported on crate feature testing only.
Expand description

If python is installed, run the given file from path, ignore and succeed otherwise.