def testYoohoo(self): self.assertEqual(hw.pigLatin('yoohoo'), 'oohooyay')
def testYttrium(self): self.assertEqual( hw.pigLatin('yttrium'), 'yttriumway', "Make sure that you deal with words starting with y correctly.")
def testString(self): self.assertEqual(hw.pigLatin('string'), 'ingstray')
def testYttrium(self): self.assertEqual(hw.pigLatin('yttrium'), 'yttriumway', "Make sure that you deal with words starting with y correctly.")