diff --git a/IntegrationTest.py b/IntegrationTest.py index 3a83931b..ccc0c617 100644 --- a/IntegrationTest.py +++ b/IntegrationTest.py @@ -242,11 +242,11 @@ class IntegrationTest: com1.edit( body = "Comment edited by PyGithub" ) self.printList( "Comments", c.get_comments(), lambda c: c.body ) - def testCreateForkForOrganization( self ): - o = self.g.get_organization( self.cobayeOrganization ) - r = self.g.get_user().get_repo( "TestPyGithub" ) - rf = o.create_fork( r ) - print r.owner.login + "/" + r.name, "->", rf.owner.login + "/" + rf.name + # def testCreateForkForOrganization( self ): + # o = self.g.get_organization( self.cobayeOrganization ) + # r = self.g.get_user().get_repo( "TestPyGithub" ) + # rf = o.create_fork( r ) + # print r.owner.login + "/" + r.name, "->", rf.owner.login + "/" + rf.name def testCreateRepoForOrganization( self ): o = self.g.get_organization( self.cobayeOrganization )