Advertisement
libdo

Untitled

Oct 8th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class CarpetQuoteTest(unittest.TestCase):
  2. def test_no_discount(self):
  3. carpet_quote = self.create_quote()
  4. self.assertEqual(400, carpet_quote.generate_quote())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement