def testGetCommentApp(self): from regressiontests.comment_tests import custom_comments self.assertEqual(comments.get_comment_app(), custom_comments)
def testGetCommentApp(self): self.assertEqual(comments.get_comment_app(), comments)