def testFastED3(self):
     self.assertEqual(hw.fastED("xylophone", "yellow"), 7)
 def testFastED1(self):
     self.assertEqual(hw.fastED("extraordinary", "originality"), 10)
 def testFastED2(self):
     self.assertEqual(hw.fastED("antidisestablishment", "antiquities"), 13)
 def testFastED4(self):
     self.assertEqual(hw.fastED("follow", "yellow"), 2)
Exemple #5
0
 def testFastED2(self):
     self.assertEqual(hw.fastED("antidisestablishment", "antiquities"), 13)
Exemple #6
0
 def testFastED1(self):
     self.assertEqual(hw.fastED("extraordinary", "originality"), 10)
Exemple #7
0
 def testFastED4(self):
     self.assertEqual(hw.fastED("follow", "yellow"), 2)
Exemple #8
0
 def testFastED3(self):
     self.assertEqual(hw.fastED("xylophone", "yellow"), 7)