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

Function TestNoEvents

pkg/watch/notify_test.go:53–56  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

51}
52
53func TestNoEvents(t *testing.T) {
54 f := newNotifyFixture(t)
55 f.assertEvents()
56}
57
58func TestNoWatches(t *testing.T) {
59 f := newNotifyFixture(t)

Callers

nothing calls this directly

Calls 2

newNotifyFixtureFunction · 0.85
assertEventsMethod · 0.80

Tested by

no test coverage detected