MCPcopy
hub / github.com/celery/celery / test_revoked

Method test_revoked

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

Source from the content-addressed store, hash-verified

156 self.assert_broadcast_called('stats')
157
158 def test_revoked(self):
159 self.inspect.revoked()
160 self.assert_broadcast_called('revoked')
161
162 def test_registered(self):
163 self.inspect.registered()

Callers

nothing calls this directly

Calls 2

revokedMethod · 0.45

Tested by

no test coverage detected