khuedoan-homelab/docs/concepts/testing.md
2022-10-01 11:53:18 +07:00

7 lines
197 B
Markdown

# 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)