aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-03Fix namingDavid Medina1-2/+2
2012-04-03services.gists.Comment doneDavid Medina1-1/+38
2012-04-03services.gists.Gist doneDavid Medina1-3/+3
2012-04-03"services.gists.Gist" tests and resourcesDavid Medina1-0/+93
2012-03-04Fix requests with invalid config precedenceDavid Medina2-36/+8
2012-03-04Get repository's commits supported with new resultDavid Medina1-2/+0
2012-03-04Refactor result. Now it's a packageDavid Medina3-9/+61
result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
2012-03-03Service repos doneDavid Medina1-1/+44
+repos.hooks
2012-03-01Python 2.6 compatibilityDavid Medina9-14/+23
2012-03-01Restructure modules and packages in a clean wayDavid Medina3-4/+4
The docs has increased lines of code, so I split it
2012-02-29Init documentationDavid Medina1-2/+2
+core +services.user ~services.repos
2012-02-22Repos.watchers service doneDavid Medina1-1/+44
2012-02-22Repos.keys service doneDavid Medina1-1/+38
2012-02-22Repos.forks service doneDavid Medina1-1/+21
2012-02-21Repos.downloads service doneDavid Medina1-1/+33
2012-02-19Support to Mimetypes in some servicesDavid Medina2-1/+28
2012-02-19Fix test importsDavid Medina6-10/+12
2012-02-18Repos commits addedDavid Medina1-1/+66
2012-02-18Support to resources-self-nested into collectionsDavid Medina2-1/+10
2012-02-17Services' renaming: base.Base to base.ServiceDavid Medina1-2/+2
2012-02-12Repos collaborators addedDavid Medina1-2/+34
2012-02-12Repos service initializedDavid Medina1-0/+140
+service.repos.repo
2012-02-12Support to map `self` in resources.David Medina2-3/+10
Very nested resources like Repo
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-11Fix 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-11WIP on resources.users testsDavid Medina4-4/+35
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