def testGetFlagURL(self): c = Comment(id=12345) self.assertEqual(django_comments.get_flag_url(c), "/flag/12345/")