コード例 #1
0
 def testClosestMatch4(self):
   self.assertEqual(hw.closestMatch('h9',testScoresD), 'c22')
コード例 #2
0
 def testClosestMatch3(self):
   self.assertEqual(hw.closestMatch('c8',testScoresD), 'h17')
コード例 #3
0
 def testClosestMatch2(self):
   self.assertEqual(hw.closestMatch('h6',testScoresD), 'c17')
コード例 #4
0
 def testClosestMatch4(self):
     self.assertEqual(hw.closestMatch('h9', testScoresD), 'c22')
コード例 #5
0
 def testClosestMatch3(self):
     self.assertEqual(hw.closestMatch('c8', testScoresD), 'h17')
コード例 #6
0
 def testClosestMatch2(self):
     self.assertEqual(hw.closestMatch('h6', testScoresD), 'c17')