示例#1
0
 def test_jobCheck(self, ):
     eng = English()
     self.assertEqual(eng.jobCheck("jobs"), "Correct")
     #anything that is not ^ is wrong
     self.assertEqual(eng.jobCheck("attended"), "Wrong")
     self.assertEqual(eng.jobCheck(""), "Wrong")