MCPcopy Index your code
hub / github.com/databus23/helm-diff / cleanup

Method cleanup

main_test.go:41–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (h *helmDiffTestHelper) cleanup() {
42 os.Unsetenv(env)
43 os.Args = h.oldArgs
44 if h.helmBinSet {
45 os.Setenv("HELM_BIN", h.helmBin)
46 } else {
47 os.Unsetenv("HELM_BIN")
48 }
49}
50
51func TestHelmDiff(t *testing.T) {
52 h := setupHelmDiffTest(t)

Calls

no outgoing calls

Tested by

no test coverage detected