Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestResource ¶
func TestResource(t *testing.T, resource ResourceTestCase)
Types ¶
type ResourceTestCase ¶ added in v0.6.0
type ResourceTestCase struct { Provider *provider.Provider Config string // we want it to be parallel by default NotParallel bool // ParallelFetchingLimit limits parallel resources fetch at a time ParallelFetchingLimit uint64 // SkipIgnoreInTest flag which detects if schema.Table or schema.Column should be ignored SkipIgnoreInTest bool }
Click to show internal directories.
Click to hide internal directories.