Ejemplo n.º 1
0
 def test_from_dict(self):
     client_stub = SwaggerClient.from_dict(self.resource_listing)
     assert isinstance(client_stub, SwaggerClient)
Ejemplo n.º 2
0
 def test_from_dict(self):
     client_stub = SwaggerClient.from_dict(self.resource_listing)
     assert isinstance(client_stub, SwaggerClient)