Home
last modified time | relevance | path

Searched refs:testRegistrySource (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/getproviders/
H A Ddidyoumean_test.go19 source, _, close := testRegistrySource(t)
45 source, _, close := testRegistrySource(t)
101 source, _, close := testRegistrySource(t)
122 source, _, close := testRegistrySource(t)
147 source, _, close := testRegistrySource(t)
H A Dregistry_source_test.go18 source, baseURL, close := testRegistrySource(t)
95 source, _, close := testRegistrySource(t)
111 source, baseURL, close := testRegistrySource(t)
H A Dregistry_client_test.go144 func testRegistrySource(t *testing.T) (source *RegistrySource, baseURL string, cleanup func()) { func
312 source, _, close := testRegistrySource(t)
372 source, _, close := testRegistrySource(t)
/dports/sysutils/terraform/terraform-1.0.11/internal/providercache/
H A Dinstaller_test.go1420 source, _, close := testRegistrySource(t)
1544 func testRegistrySource(t *testing.T) (source *getproviders.RegistrySource, baseURL string, cleanup… func
/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dcommand_test.go979 func testRegistrySource(t *testing.T) (source *getproviders.RegistrySource, cleanup func()) { func
H A Dinit_test.go1219 registrySource, rsClose := testRegistrySource(t)