aboutsummaryrefslogtreecommitdiffstats
path: root/repository/git_test.go
blob: 6603e33907c7c52c68b8ce8b1632e2793d616dee (plain) (blame)
1
2
3
4
5
6
// Package repository contains helper methods for working with the Git repo.
package repository

// func TestGitRepo(t *testing.T) {
// 	RepoTest(t, CreateTestRepo, CleanupTestRepos)
// }