Example #1
0
 def setUp(self):
     self.client = CeleryClient()
Example #2
0
 def setUp(self):
     self.client = CeleryClient(
         dsn='sync+http://public:[email protected]/1'
     )
Example #3
0
 def setUp(self):
     self.client = CeleryClient(
         servers=['http://example.com'],
         public_key='public',
         secret_key='secret',
     )