test: fix test suite to understand pkg/ directory
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b7742d5e18
commit
d82f854ebd
@ -3,7 +3,7 @@ package client_test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"coopcloud.tech/abra/client"
|
"coopcloud.tech/abra/pkg/client"
|
||||||
dContext "github.com/docker/cli/cli/context"
|
dContext "github.com/docker/cli/cli/context"
|
||||||
dCliContextStore "github.com/docker/cli/cli/context/store"
|
dCliContextStore "github.com/docker/cli/cli/context/store"
|
||||||
)
|
)
|
||||||
|
@ -8,8 +8,8 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
var testFolder = os.ExpandEnv("$PWD/../tests/resources/test_folder")
|
var testFolder = os.ExpandEnv("$PWD/../../tests/resources/test_folder")
|
||||||
var validAbraConf = os.ExpandEnv("$PWD/../tests/resources/valid_abra_config")
|
var validAbraConf = os.ExpandEnv("$PWD/../../tests/resources/valid_abra_config")
|
||||||
|
|
||||||
// make sure these are in alphabetical order
|
// make sure these are in alphabetical order
|
||||||
var tFolders = []string{"folder1", "folder2"}
|
var tFolders = []string{"folder1", "folder2"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user