Ejemplo n.º 1
0
 def testYoohoo(self):
     self.assertEqual(hw.pigLatin('yoohoo'), 'oohooyay')
Ejemplo n.º 2
0
 def testYttrium(self):
     self.assertEqual(
         hw.pigLatin('yttrium'), 'yttriumway',
         "Make sure that you deal with words starting with y correctly.")
Ejemplo n.º 3
0
 def testString(self):
     self.assertEqual(hw.pigLatin('string'), 'ingstray')
Ejemplo n.º 4
0
 def testYoohoo(self):
     self.assertEqual(hw.pigLatin('yoohoo'), 'oohooyay')
Ejemplo n.º 5
0
 def testYttrium(self):
     self.assertEqual(hw.pigLatin('yttrium'), 'yttriumway', "Make sure that you deal with words starting with y correctly.")
Ejemplo n.º 6
0
 def testString(self):
     self.assertEqual(hw.pigLatin('string'), 'ingstray')