def test_info(self):
     c = BaseClient()
     c.info(cb=self.handle_cb)
     self.wait()
Example #2
0
 def test_info(self):
     c = BaseClient()
     c.info(callback=self.handle_cb)
     self.wait()