Ejemplo n.º 1
0
 def test_module_creation(self):
     client = libcloud_dns._get_driver("test")
     self.assertFalse(client is None)
Ejemplo n.º 2
0
 def test_module_creation(self, *args):
     client = libcloud_dns._get_driver('test')
     self.assertFalse(client is None)
Ejemplo n.º 3
0
 def test_module_creation(self, *args):
     client = libcloud_dns._get_driver('test')
     self.assertFalse(client is None)