mirror of https://github.com/databricks/cli.git
prefix integration tests with TestAcc
This commit is contained in:
parent
887013dd6e
commit
1df67d33de
|
@ -23,7 +23,7 @@ func assertGitInfo(t *testing.T, info git.GitRepositoryInfo, expectedRoot string
|
||||||
assert.Equal(t, expectedRoot, info.WorktreeRoot.Native())
|
assert.Equal(t, expectedRoot, info.WorktreeRoot.Native())
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestFetchRepositoryInfoAPI(t *testing.T) {
|
func TestAccFetchRepositoryInfoAPI(t *testing.T) {
|
||||||
ctx, wt := acc.WorkspaceTest(t)
|
ctx, wt := acc.WorkspaceTest(t)
|
||||||
me, err := wt.W.CurrentUser.Me(ctx)
|
me, err := wt.W.CurrentUser.Me(ctx)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
@ -50,7 +50,7 @@ func TestFetchRepositoryInfoAPI(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestFetchRepositoryInfoDotGit(t *testing.T) {
|
func TestAccFetchRepositoryInfoDotGit(t *testing.T) {
|
||||||
ctx, wt := acc.WorkspaceTest(t)
|
ctx, wt := acc.WorkspaceTest(t)
|
||||||
|
|
||||||
repo := cloneRepoLocally(t, examplesRepoUrl)
|
repo := cloneRepoLocally(t, examplesRepoUrl)
|
||||||
|
|
Loading…
Reference in New Issue