MCPcopy Create free account
hub / github.com/git-bug/git-bug / RepoConfigTest

Function RepoConfigTest

repository/repo_testing.go:50–52  ·  view source on GitHub ↗

helper to test a RepoConfig

(t *testing.T, repo RepoConfig)

Source from the content-addressed store, hash-verified

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

Callers 1

RepoTestFunction · 0.85

Calls 2

testConfigFunction · 0.85
LocalConfigMethod · 0.65

Tested by

no test coverage detected