ibmcloud-terratest-wrapper

module
v1.2.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2022 License: Apache-2.0

README

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.

Directories

Path Synopsis
Package cloudinfo contains functions and methods for search and detailing various resources located in the IBM Cloud
Package cloudinfo contains functions and methods for search and detailing various resources located in the IBM Cloud
Package testhelper General helper functions that can be used in tests
Package testhelper General helper functions that can be used in tests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL