Пример #1
0
 def test_goingToFuture(self):
     eng = English()
     self.assertEqual(eng.goingToFuture('is going to phone'), 'Correct')
     self.assertEqual(eng.simplePresent('incorrect'), 'Wrong')
     self.assertEqual(eng.simplePresent(''), 'Wrong')