示例#1
0
 def test_mul(self):  # method should start with test
     result = Basic.Mul(10, 5)
     self.assertEqual(result, 50)
     self.assertEqual(Basic.Mul(15, 15), 225)