def test_adds_to_end_when_there(self): self.assertEqual(quiz.not_string('notword'), 'notwordnot')
def test_empty(self): self.assertEqual(quiz.not_string(''), 'not')
def test_adds_a_not(self): self.assertEqual(quiz.not_string('word'), 'notword')