MCPcopy
hub / github.com/helm/helm / installAction

Function installAction

pkg/action/install_test.go:170–178  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

168}
169
170func installAction(t *testing.T) *Install {
171 t.Helper()
172 config := actionConfigFixture(t)
173 instAction := NewInstall(config)
174 instAction.Namespace = "spaced"
175 instAction.ReleaseName = "test-install-release"
176
177 return instAction
178}
179
180func TestInstallRelease(t *testing.T) {
181 is := assert.New(t)

Calls 3

actionConfigFixtureFunction · 0.85
NewInstallFunction · 0.85
HelperMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…