scripted_fixture_writable_with_args

Function scripted_fixture_writable_with_args 

Source
pub fn scripted_fixture_writable_with_args(
    script_name: impl AsRef<Path>,
    args: impl IntoIterator<Item = impl Into<String>>,
    mode: Creation,
) -> Result<TempDir>
Expand description

Like scripted_fixture_writable(), but passes args to script_name while providing control over the way files are created with mode.