MCPcopy Create free account
hub / github.com/docker/secrets-engine / config

Method config

x/release/command_test.go:82–88  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

80}
81
82func (r *gitRepo) config(t *testing.T) {
83 t.Helper()
84 r.run(t, "config", "user.email", "test@example.com")
85 r.run(t, "config", "user.name", "test")
86 r.run(t, "config", "commit.gpgsign", "false")
87 r.run(t, "config", "tag.gpgsign", "false")
88}
89
90func (r *gitRepo) commit(t *testing.T, msg string) {
91 t.Helper()

Callers 1

newGitRepoWithRemoteFunction · 0.95

Calls 1

runMethod · 0.95

Tested by

no test coverage detected