hull/examples
Arvind Iyengar 928ddfff62
Refactor test.Suite and update examples with more flavor
2023-03-08 17:58:47 -08:00
..
tests Refactor test.Suite and update examples with more flavor 2023-03-08 17:58:47 -08:00
README.md
go.mod
go.sum

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!