Пример #1
0
 def test_queue_unbind(self):
     b = Queue('foo', self.exchange, 'foo', channel=get_conn().channel())
     b.queue_unbind()
     self.assertIn('queue_unbind', b.channel)
Пример #2
0
 def test_queue_unbind(self):
     b = Queue('foo', self.exchange, 'foo', channel=get_conn().channel())
     b.queue_unbind()
     self.assertIn('queue_unbind', b.channel)