khuedoan-homelab/docs/concepts/testing.md

7 lines
197 B
Markdown
Raw Normal View History

2022-10-01 11:53:18 +07:00
# Testing infrastructure code
We use [Terratest](https://terratest.gruntwork.io) for automated tests.
The tests are written in Go and can be found at `./test`.
TODO: more docs here (PR welcomed)