MCPcopy
hub / github.com/docker/compose / TestExecutePlanEmpty

Function TestExecutePlanEmpty

pkg/compose/executor_test.go:53–57  ·  pkg/compose/executor_test.go::TestExecutePlanEmpty
(t *testing.T)

Source from the content-addressed store, hash-verified

51}
52
53func TestExecutePlanEmpty(t *testing.T) {
54 svc, _ := newTestService(t)
55 err := svc.executePlan(t.Context(), &types.Project{Name: "test"}, emptyObservedState("test"), &Plan{})
56 assert.NilError(t, err)
57}
58
59func TestExecutePlanCreateNetwork(t *testing.T) {
60 svc, apiClient := newTestService(t)

Callers

nothing calls this directly

Calls 3

newTestServiceFunction · 0.85
emptyObservedStateFunction · 0.85
executePlanMethod · 0.80

Tested by

no test coverage detected