Skip to content

Commit 3599fc8

Browse files
committed
mocks: create mocks for compose api.Service
Signed-off-by: Nick Sieger <[email protected]>
1 parent d5528f3 commit 3599fc8

File tree

2 files changed

+442
-0
lines changed

2 files changed

+442
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ e2e-compose-standalone: ## Run End to end local tests in standalone mode. Set E2
5555
mocks:
5656
mockgen -destination pkg/mocks/mock_docker_cli.go -package mocks github.com/docker/cli/cli/command Cli
5757
mockgen -destination pkg/mocks/mock_docker_api.go -package mocks github.com/docker/docker/client APIClient
58+
mockgen -destination pkg/mocks/mock_docker_compose_api.go -package mocks -source=./pkg/api/api.go Service
5859

5960
.PHONY: e2e
6061
e2e: e2e-compose e2e-compose-standalone ## Run end to end local tests in both modes. Set E2E_TEST=TestName to run a single test

0 commit comments

Comments
 (0)