예제 #1
0
 def testHasPhotos(self):
     """
     """
     pm = IPhotoManagement(self.product_1)
     self.assertEqual(pm.hasPhotos(), True)
 def testHasPhotos(self):
     """
     """
     pm = IPhotoManagement(self.product_1)
     self.assertEqual(pm.hasPhotos(), True)
예제 #3
0
 def hasPhotos(self):
     """
     """
     pm = IPhotoManagement(self.context)
     return pm.hasPhotos()
예제 #4
0
 def hasPhotos(self):
     """
     """
     pm = IPhotoManagement(self.context)
     return pm.hasPhotos()