mirror of
https://github.com/helm/helm.git
synced 2026-06-24 08:48:06 +00:00
Replace native Go testing patterns (t.Errorf, t.Fatalf, t.Error, t.Fatal) with github.com/stretchr/testify equivalents (assert.X, require.X) for improved test readability and error messages. Signed-off-by: George Jenkins <gvjenkins@gmail.com>