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 RepoBuilder::build()
to finalize and create the repository.
pub fn repo(p: &Path) -> RepoBuilder
Create a RepoBuilder
to build a new git repository.
Call RepoBuilder::build()
to finalize and create the repository.