Пример #1
0
 def test_adds_to_end_when_there(self):
     self.assertEqual(quiz.not_string('notword'), 'notwordnot')
Пример #2
0
 def test_empty(self):
     self.assertEqual(quiz.not_string(''), 'not')
Пример #3
0
 def test_adds_a_not(self):
     self.assertEqual(quiz.not_string('word'), 'notword')