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

Function TestWatch

pkg/e2e/watch_test.go:36–44  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

34)
35
36func TestWatch(t *testing.T) {
37 services := []string{"alpine", "busybox", "debian"}
38 for _, svcName := range services {
39 t.Run(svcName, func(t *testing.T) {
40 t.Helper()
41 doTest(t, svcName)
42 })
43 }
44}
45
46func TestRebuildOnDotEnvWithExternalNetwork(t *testing.T) {
47 const projectName = "test_rebuild_on_dotenv_with_external_network"

Callers

nothing calls this directly

Calls 1

doTestFunction · 0.85

Tested by

no test coverage detected