Beispiel #1
0
 def test_blank_coupon_str(self):
     coupon = Coupon()
     self.assertEqual(str(coupon).strip(), "(invalid amount) off")
Beispiel #2
0
def test_blank_coupon_str():
    coupon = Coupon()
    assert str(coupon).strip() == "(invalid amount) off"