MCPcopy Index your code
hub / github.com/helm/helm / TestReadValuesFile

Function TestReadValuesFile

pkg/chart/common/values_test.go:67–73  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

65}
66
67func TestReadValuesFile(t *testing.T) {
68 data, err := ReadValuesFile("./testdata/coleridge.yaml")
69 if err != nil {
70 t.Fatalf("Error reading YAML file: %s", err)
71 }
72 matchValues(t, data)
73}
74
75func ExampleValues() {
76 doc := `

Callers

nothing calls this directly

Calls 3

ReadValuesFileFunction · 0.85
matchValuesFunction · 0.85
FatalfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…