def testGetPriceForCustomer(self):
     """
     """
     pp = IPaymentPriceManagement(self.shop)
     price_gross = pp.getPriceGross()
     
     self.assertEqual(price_gross, 100.0)
    def testGetPriceForCustomer(self):
        """
        """
        pp = IPaymentPriceManagement(self.shop)
        price_gross = pp.getPriceGross()

        self.assertEqual(price_gross, 100.0)