Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 6859413

Browse files
committed
Moving last things from /tests, removing dead code
Signed-off-by: Guillaume Tardif <[email protected]>
1 parent 46935b0 commit 6859413

File tree

12 files changed

+11
-57
lines changed

12 files changed

+11
-57
lines changed

aci/e2e/e2e-aci_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import (
5454
"github.com/docker/compose-cli/api/context/store"
5555
"github.com/docker/compose-cli/api/errdefs"
5656
"github.com/docker/compose-cli/cli/cmd"
57-
. "github.com/docker/compose-cli/tests/framework"
57+
. "github.com/docker/compose-cli/utils/e2e"
5858
)
5959

6060
const (

ecs/e2e/ecs-local/context_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
"gotest.tools/v3/icmd"
2525

26-
. "github.com/docker/compose-cli/tests/framework"
26+
. "github.com/docker/compose-cli/utils/e2e"
2727
)
2828

2929
const (

ecs/e2e/ecs/e2e-ecs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
"gotest.tools/v3/icmd"
3232
"gotest.tools/v3/poll"
3333

34-
. "github.com/docker/compose-cli/tests/framework"
34+
. "github.com/docker/compose-cli/utils/e2e"
3535
)
3636

3737
var binDir string

local/e2e/cli-only/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"gotest.tools/v3/golden"
3131
"gotest.tools/v3/icmd"
3232

33-
. "github.com/docker/compose-cli/tests/framework"
33+
. "github.com/docker/compose-cli/utils/e2e"
3434
)
3535

3636
var binDir string

tests/framework/mockmetrics.go renamed to local/e2e/cli-only/mockmetrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package framework
17+
package main
1818

1919
import (
2020
"io/ioutil"

local/e2e/compose/compose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"gotest.tools/v3/assert"
2828
"gotest.tools/v3/icmd"
2929

30-
. "github.com/docker/compose-cli/tests/framework"
30+
. "github.com/docker/compose-cli/utils/e2e"
3131
)
3232

3333
var binDir string

local/e2e/compose/logs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
"gotest.tools/v3/icmd"
2626

27-
. "github.com/docker/compose-cli/tests/framework"
27+
. "github.com/docker/compose-cli/utils/e2e"
2828
)
2929

3030
func TestLocalComposeLogs(t *testing.T) {

local/e2e/container/container_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"gotest.tools/v3/poll"
3030

3131
"github.com/docker/compose-cli/cli/cmd"
32-
. "github.com/docker/compose-cli/tests/framework"
32+
. "github.com/docker/compose-cli/utils/e2e"
3333
)
3434

3535
var binDir string

local/e2e/container/skip_win_ci_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"gotest.tools/v3/icmd"
3131
"gotest.tools/v3/poll"
3232

33-
. "github.com/docker/compose-cli/tests/framework"
33+
. "github.com/docker/compose-cli/utils/e2e"
3434
)
3535

3636
func TestKillChildProcess(t *testing.T) {

tests/composefiles/nginx.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)