Ejemplo n.º 1
0
 def getGetDeleteURL(self):
     c = Comment(id=12345)
     self.assertEqual(django_comments.get_delete_url(c), "/delete/12345/")
Ejemplo n.º 2
0
 def getGetDeleteURL(self):
     c = Comment(id=12345)
     self.assertEqual(django_comments.get_delete_url(c), "/delete/12345/")