Function nu_test_support::macros::nu_with_plugin_run_test

source ·
pub fn nu_with_plugin_run_test<E, K, V>(
    cwd: impl AsRef<Path>,
    envs: E,
    plugins: &[&str],
    command: &str
) -> Outcome
where E: IntoIterator<Item = (K, V)>, K: AsRef<OsStr>, V: AsRef<OsStr>,