def testGetImages(self):
        """
        """
        pm = IImageManagement(self.product_1)
        ids = [p.getId() for p in pm.getImages()]

        self.assertEqual(ids, ["image_1", "image_2"])
    def testGetImages(self):
        """
        """
        pm = IImageManagement(self.product_1)
        ids = [p.getId() for p in pm.getImages()]

        self.assertEqual(ids, ["image_1", "image_2"])
 def testGetImages(self):
     """
     """
     pm = IImageManagement(self.product_1)
     self.assertEqual(pm.getImages(), [])
 def testGetImages(self):
     """
     """
     pm = IImageManagement(self.product_1)
     self.assertEqual(pm.getImages(), [])