Beispiel #1
0
 def test_add_comment(self):
     cid = Comment.add_comment(post_id=9,
                               user_id=3,
                               parent=0,
                               content=u'中国银行业大举引进外界,低价抛售股权的时代已经过去',
                               approved=1)
     self.assertTrue(cid, msg=u'插入评论成功')
Beispiel #2
0
 def test_add_comment(self):
     cid = Comment.add_comment(post_id=9, user_id=3, parent=0,
                               content=u'中国银行业大举引进外界,低价抛售股权的时代已经过去', approved=1)
     self.assertTrue(cid, msg=u'插入评论成功')