Function cargo_test_support::git::repo
source · pub fn repo(p: &Path) -> RepoBuilder
Expand description
Create a RepoBuilder
to build a new git repository.
Call build()
to finalize and create the repository.
pub fn repo(p: &Path) -> RepoBuilder
Create a RepoBuilder
to build a new git repository.
Call build()
to finalize and create the repository.