MCPcopy
hub / github.com/celery/celery / test_hello

Method test_hello

t/unit/app/test_control.py:116–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 self.assert_broadcast_called('conf', with_defaults=True)
115
116 def test_hello(self):
117 self.inspect.hello('george@vandelay.com')
118 self.assert_broadcast_called(
119 'hello', from_node='george@vandelay.com', revoked=None)
120
121 def test_hello__with_revoked(self):
122 revoked = LimitedSet(100)

Callers

nothing calls this directly

Calls 2

helloMethod · 0.80

Tested by

no test coverage detected