MCPcopy
hub / github.com/helm/helm / actionConfigFixture

Function actionConfigFixture

pkg/action/action_test.go:47–50  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

45var verbose = flag.Bool("test.log", false, "enable test logging (debug by default)")
46
47func actionConfigFixture(t *testing.T) *Configuration {
48 t.Helper()
49 return actionConfigFixtureWithDummyResources(t, nil)
50}
51
52func actionConfigFixtureWithDummyResources(t *testing.T, dummyResources kube.ResourceList) *Configuration {
53 t.Helper()

Calls 2

HelperMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…