예제 #1
0
 def test_ten_units_of_frieght(self):
   self.assertAlmostEqual( ship.tons(10), 0.5)
예제 #2
0
 def test_five_hundred_units_of_freight(self):
   self.assertAlmostEqual( ship.tons(500), 25)