RepositorySetup is a function that prepares a test repository
func(t *testing.T, repoDir string)
| 92 | |
| 93 | // RepositorySetup is a function that prepares a test repository |
| 94 | type RepositorySetup func(t *testing.T, repoDir string) |
| 95 | |
| 96 | // Common repository setups |
| 97 | var ( |
nothing calls this directly
no outgoing calls
no test coverage detected