예제 #1
0
 def testSubtractOk(self):
     check = MathFunctions.Subtract(100, 15)
     self.assertEqual(check, 85)