ably / terraform-provider-ably

Ably's Terraform Provider, enabling you to manage your Ably account programmatically.
https://registry.terraform.io/providers/ably/ably
Apache License 2.0
11 stars 2 forks source link

Set up unit testing GH Action #26

Open kavalerov opened 2 years ago

kavalerov commented 2 years ago

We should also implement unit testing for small components of our provider code where network connections and full provider connections are not required. The standard golang testing package will be used for these.

Conventions on provider testing can be found here - https://www.terraform.io/plugin/sdkv2/testing/unit-testing

Golang testing package - https://pkg.go.dev/testing

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3028