Function scripted_fixture_writable_with_args_standalone

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

Like scripted_fixture_writable_with_args, but does not prefix the fixture directory with tests