d564e37b
88ad7e60
1 2 3 4 5
6 7
8 9
10
// Package repository contains helper methods for working with the Git repo. package repository import ( "testing" ) func TestGitRepo(t *testing.T) { RepoTest(t, CreateTestRepo, CleanupTestRepos) }