Home
last modified time | relevance | path

Searched refs:createWorkspaceWithVCS (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dworkspace_test.go284 wTest, wTestCleanup := createWorkspaceWithVCS(t, client, orgTest)
606 wTest, wTestCleanup := createWorkspaceWithVCS(t, client, orgTest)
623 wTest, wTestCleanup := createWorkspaceWithVCS(t, client, orgTest)
H A Dhelper_test.go909 func createWorkspaceWithVCS(t *testing.T, client *Client, org *Organization) (*Workspace, func()) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dworkspace_test.go551 wTest, _ := createWorkspaceWithVCS(t, client, orgTest)
567 wTest, _ := createWorkspaceWithVCS(t, client, orgTest)
H A Dhelper_test.go923 func createWorkspaceWithVCS(t *testing.T, client *Client, org *Organization) (*Workspace, func()) { func