MCPcopy
hub / github.com/celery/celery / test_select_queues

Method test_select_queues

t/unit/app/test_app.py:1372–1375  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1370 )
1371
1372 def test_select_queues(self):
1373 self.app.amqp = Mock(name='amqp')
1374 self.app.select_queues({'foo', 'bar'})
1375 self.app.amqp.queues.select.assert_called_with({'foo', 'bar'})
1376
1377 def test_Beat(self):
1378 from celery.apps.beat import Beat

Callers

nothing calls this directly

Calls 1

select_queuesMethod · 0.80

Tested by

no test coverage detected