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

Function TestNewMemConfig

repository/config_mem_test.go:5–7  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

3import "testing"
4
5func TestNewMemConfig(t *testing.T) {
6 testConfig(t, NewMemConfig())
7}

Callers

nothing calls this directly

Calls 2

testConfigFunction · 0.85
NewMemConfigFunction · 0.85

Tested by

no test coverage detected