Integration testing framework for tests that do not relate to templates
Open
area/test
help wanted
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
Currently we have two kinds of tests:
- Unit: `go test -v ./...`
- Integration: `./hack/test-templates.sh templates/FILE.yaml`
The latter one does not work well with test that do not relate to templates.
e.g., tests for `limactl list`, `limactl protect`, ...
Contributor guide
Assessment
This issue has not been assessed yet.