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