hull/examples
Arvind Iyengar c2ee8f26a5
Refactor coverage to cover on fields and templates, not filepaths
2023-03-09 00:02:02 -08:00
..
tests Refactor coverage to cover on fields and templates, not filepaths 2023-03-09 00:02:02 -08:00
README.md Refactor docs 2022-12-19 11:03:07 -08:00
go.mod Bump Helm version and add Set with interface{} value 2023-03-02 12:26:46 -08:00
go.sum Bump Helm version and add Set with interface{} value 2023-03-02 12:26:46 -08:00

README.md

Example Hull Test

The example_test.go file demonstrates how a user can get started using the Hull testing framework to test your own charts by defining tests on the example-chart.

To understand the structure of this file, please read How Hull Works in the docs!