aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/core (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-04Refactor result. Now it's a packageDavid Medina1-7/+33
result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
2012-03-01Python 2.6 compatibilityDavid Medina2-4/+3
2012-02-11Wip on services.usersDavid Medina1-3/+3
2012-02-11Fix asserts bugs in client.David Medina1-1/+12
Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
2012-02-11Wip on services.usersDavid Medina1-3/+3
2012-02-10Fix asserts bugs in client.David Medina1-1/+12
Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
2012-02-10json:dumps.loads mockedDavid Medina1-0/+1
2012-02-09Utils to testsDavid Medina3-51/+3
2012-02-09Core testsDavid Medina4-0/+212
core.client core.result