def testHasPhotos(self): """ """ pm = IPhotoManagement(self.product_1) self.assertEqual(pm.hasPhotos(), True)
def hasPhotos(self): """ """ pm = IPhotoManagement(self.context) return pm.hasPhotos()