Function cargo_test_support::git::new_repo
source ยท pub fn new_repo<F>(name: &str, callback: F) -> (Project, Repository)
Expand description
Create a new Project
with access to the Repository
pub fn new_repo<F>(name: &str, callback: F) -> (Project, Repository)
Create a new Project
with access to the Repository