This Go module provides helper functions as a wrapper around the Terratest library so that tests can be created quickly and consistently.
To contribute to this project, read through the documentation: To Be Added
This Go project uses submodules, pre-commit hooks, and some other tools that are common across all projects in this org. Before you start contributing to the project, follow these steps to set up your environment: To Be Added
To run unit tests for all the packages in this module, you can use the go test
command, either for a single package or all packages.
# run single package tests
go test -v ./cloudinfo
# run all packages tests
go test -v ./...
Publishing is handled automatically by the merge pipeline and Semantic Versioning automation, which creates a new Github release.