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