Skip to content

Provides a wrapper around Terratest to support writing tests in this GitHub organization

License

Notifications You must be signed in to change notification settings

Aayush-Abhyarthi/ibmcloud-terratest-wrapper

 
 

Repository files navigation

IBM Cloud Terratest wrapper

Build Status semantic-release pre-commit

This Go module provides helper functions as a wrapper around the Terratest library so that tests can be created quickly and consistently.

Contributing

To contribute to this project, read through the documentation: To Be Added

Setting up your local development environment

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

Running tests

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

Publishing is handled automatically by the merge pipeline and Semantic Versioning automation, which creates a new Github release.

About

Provides a wrapper around Terratest to support writing tests in this GitHub organization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.9%
  • JavaScript 0.1%