Exemple #1
0
 def test_total_cost(self):
     order = Order('alice in wonderland', Decimal("10.00"), 2)
     self.assertEqual(order.total_cost(), Decimal("20.00"))