def test_02_testOutput(self): mc = myClass() self.failIf(mc.index("Febuary",12,"Red") != "The Vengeful Giant of the Night","Wrong output")
def test_01_testOutput(self): mc = myClass() self.failIf(mc.index("March",13,"Blue") != "The Dark Werewolf of the Seas","Wrong output")