예제 #1
0
 def test_get_container_object(self):
     obj = libcloud_storage.get_container_object('test_container',
                                                 'test_obj', 'test')
     self.assertEqual(obj['name'], 'test_obj')
     self.assertEqual(obj['size'], 1234)
 def test_get_container_object(self):
     obj = libcloud_storage.get_container_object("test_container",
                                                 "test_obj", "test")
     self.assertEqual(obj["name"], "test_obj")
     self.assertEqual(obj["size"], 1234)