Exemplo n.º 1
0
 def testGetFlagURL(self):
     c = Comment(id=12345)
     self.assertEqual(django_comments.get_flag_url(c), "/flag/12345/")
Exemplo n.º 2
0
 def testGetFlagURL(self):
     c = Comment(id=12345)
     self.assertEqual(django_comments.get_flag_url(c), "/flag/12345/")