Registry / testing / katbyte-tctest

katbyte-tctest

JSON →
library0.7.0gogounverified

Tctest is a Go testing utility for Terraform provider development, providing helpers for acceptance tests.

go get github.com/katbyte/tctest
INSTALL
IMPORT
SIG · KATBYTE-TCTEST
K
katbyte-tctest
testinggov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tctest
github.com/katbyte/tctest

Skips a test if running in short mode using tctest helper.

package main import ( "testing" "github.com/katbyte/tctest" ) func TestSomething(t *testing.T) { tctest.SkipIfShort(t) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
katbyte-tctest — go get katbyte-tctest · libregistry