def test_add(self): c = myCalc.add(20, 10) self.assertEqual(c, 30)
def test_add(self): c=myCalc.add(30,10) self.assertEqual(c,40)