Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CarpetQuoteTest(unittest.TestCase):
- def test_no_discount(self):
- carpet_quote = self.create_quote()
- self.assertEqual(400, carpet_quote.generate_quote())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement