in crates/testbed/src/main.rs [160:165]
fn name(&self) -> String {
match &self.source {
RepoSource::Local(local) => local.path.to_str().unwrap().to_owned(),
RepoSource::Github(github) => format!("{}/{}", github.owner, github.name),
}
}