From 5be7fed4c9533dedffe03c7f908a608a8e6fe221 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 8 May 2012 08:45:57 +0100 Subject: [PATCH] Todo --- IntegrationTest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/IntegrationTest.py b/IntegrationTest.py index 033b0954..3d6aaf4b 100644 --- a/IntegrationTest.py +++ b/IntegrationTest.py @@ -452,6 +452,7 @@ class IntegrationTest: h.delete() self.printList( "Hooks", r.get_hooks(), lambda h: h.name + str( h.config ) ) + ### @todo /repos/jacquev6/TestPyGithub/issues/comments/4462119 instead of /repos/jacquev6/TestPyGithub/issues/27/comments/4462119 => quite hard... maybe i.get_comment should be replaced by r.get_issue_comment # def testIssuesAndMilestones( self ): # u = self.g.get_user() # r = u.get_repo( "TestPyGithub" )