pub fn scripted_fixture_read_only_with_args(
    script_name: impl AsRef<Path>,
    args: impl IntoIterator<Item = impl Into<String>>
) -> Result<PathBuf>
Expand description

Like scripted_fixture_read_only()], but passes args to script_name.