コード例 #1
0
 def testHasPhotos(self):
     """
     """
     pm = IPhotoManagement(self.product_1)
     self.assertEqual(pm.hasPhotos(), True)
コード例 #2
0
 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
ファイル: product.py プロジェクト: Easyshop/Easyshop
 def hasPhotos(self):
     """
     """
     pm = IPhotoManagement(self.context)
     return pm.hasPhotos()