helper to test a RepoConfig
(t *testing.T, repo RepoConfig)
| 48 | |
| 49 | // helper to test a RepoConfig |
| 50 | func RepoConfigTest(t *testing.T, repo RepoConfig) { |
| 51 | testConfig(t, repo.LocalConfig()) |
| 52 | } |
| 53 | |
| 54 | func RepoStorageTest(t *testing.T, repo RepoStorage) { |
| 55 | storage := repo.LocalStorage() |
no test coverage detected