def testClosestMatch4(self):
   self.assertEqual(hw.closestMatch('h9',testScoresD), 'c22')
 def testClosestMatch3(self):
   self.assertEqual(hw.closestMatch('c8',testScoresD), 'h17')
 def testClosestMatch2(self):
   self.assertEqual(hw.closestMatch('h6',testScoresD), 'c17')
 def testClosestMatch4(self):
     self.assertEqual(hw.closestMatch('h9', testScoresD), 'c22')
 def testClosestMatch3(self):
     self.assertEqual(hw.closestMatch('c8', testScoresD), 'h17')
 def testClosestMatch2(self):
     self.assertEqual(hw.closestMatch('h6', testScoresD), 'c17')