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)
Esempio n. 5
0
 def testFastED2(self):
     self.assertEqual(hw.fastED("antidisestablishment", "antiquities"), 13)
Esempio n. 6
0
 def testFastED1(self):
     self.assertEqual(hw.fastED("extraordinary", "originality"), 10)
Esempio n. 7
0
 def testFastED4(self):
     self.assertEqual(hw.fastED("follow", "yellow"), 2)
Esempio n. 8
0
 def testFastED3(self):
     self.assertEqual(hw.fastED("xylophone", "yellow"), 7)