コード例 #1
0
 def test_ip(self):
     """
     Inning Pitched test
     :return:
     """
     # Yu Darvish(2013)
     ip = Stats.ip(629)
     self.assertEqual(ip, 209.7)