mirror of
https://github.com/helm/helm.git
synced 2026-06-24 08:48:06 +00:00
Convert pkg/gates, pkg/kubeenv, pkg/ignore, and pkg/helmpath test files from native Go testing patterns (t.Errorf, t.Fatalf, t.Error, t.Fatal) to github.com/stretchr/testify equivalents (assert.X, require.X). Signed-off-by: George Jenkins <gvjenkins@gmail.com>