MCPcopy
hub / github.com/celery/celery / test_active_queues

Method test_active_queues

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

Source from the content-addressed store, hash-verified

185 raise e
186
187 def test_active_queues(self):
188 self.inspect.active_queues()
189 self.assert_broadcast_called('active_queues')
190
191 def test_query_task(self):
192 self.inspect.query_task('foo', 'bar')

Callers

nothing calls this directly

Calls 2

active_queuesMethod · 0.80

Tested by

no test coverage detected