git_test.go

1// Package repository contains helper methods for working with the Git repo.
2package repository
3
4// func TestGitRepo(t *testing.T) {
5// 	RepoTest(t, CreateTestRepo, CleanupTestRepos)
6// }