def test_render(self): parser = BaseChangeNotesParser("Title") with self.assertRaises(NotImplementedError): parser.render()