()
| 39 | } |
| 40 | |
| 41 | func (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 | |
| 51 | func TestHelmDiff(t *testing.T) { |
| 52 | h := setupHelmDiffTest(t) |
no outgoing calls
no test coverage detected