View difference between Paste ID: yF1Gkv8i and Yife7NUS
SHOW: | | - or go back to the newest paste.
1-
class CarpetQuoteTest(unittest.TestCase):
1+
class CarpetQuoteTest(unittest.TestCase):
2-
    def test_no_discount(self):
2+
    def test_no_discount(self):
3-
        carpet_quote = self.create_quote()
3+
        carpet_quote = self.create_quote()
4
        self.assertEqual(400, carpet_quote.generate_quote())