def getGetDeleteURL(self): c = Comment(id=12345) self.assertEqual(django_comments.get_delete_url(c), "/delete/12345/")