hull/examples
Arvind Iyengar 1ad2151097
Rename simple/example* to simple/simple*
2023-03-08 17:16:04 -08:00
..
tests Rename simple/example* to simple/simple* 2023-03-08 17:16:04 -08:00
README.md
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!