aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-11Services testsDavid Medina3-0/+59
services.core
2012-02-11Services.users tests completedDavid Medina2-5/+33
services.users.user services.users.emails services.users.keys services.users.followers
2012-02-11Change requests.Body to suppor required attributesDavid Medina2-38/+43
2012-02-11Wip on services.usersDavid Medina5-16/+174
2012-02-10Fix asserts bugs in client.David Medina4-5/+24
Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
2012-02-10WIP on resources.users testsDavid Medina4-4/+35
2012-02-10Services testsDavid Medina3-0/+59
services.core
2012-02-10Resources testsDavid Medina3-0/+75
resources.core * Also detected and fixed memory bug
2012-02-10json:dumps.loads mockedDavid Medina3-3/+5
2012-02-09Requests testsDavid Medina2-0/+90
requests.core
2012-02-09Utils to testsDavid Medina6-23/+61
2012-02-09Core testsDavid Medina5-3/+212
core.client core.result
2012-02-07Fix litle bugsDavid Medina1-33/+0
2012-02-03Fix imports to new environmentDavid Medina2-0/+36
Absolute imports as PEP8 tells