Prepare version 1.9.0

This commit is contained in:
Vincent Jacques
2012-11-19 21:40:17 +01:00
parent 63a56e074a
commit 86033f8a62
4 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class Authentication(Framework.BasicTestCase):
# Warning: I don't have a scret key, so the requests for this test are forged
def testSecretKeyAuthentication(self):
g = github.Github(client_id=self.client_id,client_secret=self.client_secret)
g = github.Github(client_id=self.client_id, client_secret=self.client_secret)
self.assertListKeyEqual(g.get_organization("BeaverSoftware").get_repos("public"), lambda r: r.name, ["FatherBeaver", "PyGithub"])
def testUserAgent(self):