def test_linebreaks(self):
     """
     tests the replace_newlines function
     """
     self.assertEqual(OpenEndedChild.replace_newlines(self.text_linebreaks), self.text_brs)
Пример #2
0
 def test_linebreaks(self):
     """
     tests the replace_newlines function
     """
     self.assertEqual(OpenEndedChild.replace_newlines(self.text_linebreaks),
                      self.text_brs)