public
Description: Python interface for talking to the github API
Clone URL: git://github.com/dustin/py-github.git
Search Repo:
Have the docstring for testCommitsBase not lie.

This is why docstrings go here, so we know what the test does...
dustin (author)
Sat May 24 12:49:42 -0700 2008
commit  8515a6ed60931607c8528be3a48f66557a4af598
tree    c37b0383fe1375d9ab00e11dd3b2336cb0465c5d
parent  eef5ef3d043183ec3992426f67aa487854343bc2
...
104
105
106
107
 
108
109
110
...
104
105
106
 
107
108
109
110
0
@@ -104,7 +104,7 @@ class GitHubTest(unittest.TestCase):
0
         self.assertEquals('<<SearchResults with 30 repos>>', `res`)
0
 
0
     def testCommitsBase(self):
0
- """Basic test of a commit"""
0
+ """Test getting commits."""
0
         commits=self.__loadCommits()
0
         self.assertEquals(30, len(commits))
0
         c=commits[0]

Comments

    No one has commented yet.