Kaydet (Commit) 7577d038 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Renamed two tests so they actually run.

üst 137a3d7c
......@@ -58,10 +58,10 @@ class CustomCommentTest(CommentTestCase):
c = Comment(id=12345)
self.assertEqual(comments.get_flag_url(c), "/flag/12345/")
def getGetDeleteURL(self):
def testGetDeleteURL(self):
c = Comment(id=12345)
self.assertEqual(comments.get_delete_url(c), "/delete/12345/")
def getGetApproveURL(self):
def testGetApproveURL(self):
c = Comment(id=12345)
self.assertEqual(comments.get_approve_url(c), "/approve/12345/")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment