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

Method cleanupWithDown

pkg/e2e/framework.go:516–519  ·  pkg/e2e/framework.go::CLI.cleanupWithDown
(t testing.TB, project string, args ...string)

Source from the content-addressed store, hash-verified

514}
515
516func (c *CLI) cleanupWithDown(t testing.TB, project string, args ...string) {
517 t.Helper()
518 c.RunDockerComposeCmd(t, append([]string{"-p", project, "down", "-v", "--remove-orphans"}, args...)...)
519}

Callers 15

doTestFunction · 0.95
TestWatchExecFunction · 0.95
TestWatchMultiServicesFunction · 0.95
TestWatchIncludesFunction · 0.95
TestNestedDotEnvFunction · 0.95
TestLoggingDriverFunction · 0.95
TestUpSwitchVolumesFunction · 0.95

Calls 1

RunDockerComposeCmdMethod · 0.95

Tested by 15

doTestFunction · 0.76
TestWatchExecFunction · 0.76
TestWatchMultiServicesFunction · 0.76
TestWatchIncludesFunction · 0.76
TestNestedDotEnvFunction · 0.76
TestLoggingDriverFunction · 0.76
TestUpSwitchVolumesFunction · 0.76