aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-16Update readme and authorsDavid Medina1-3/+2
Also some PEP8
2012-06-16Tests on services.issues workingDavid Medina1-53/+46
Also fix some bugs
2012-06-16Remove list_labels from repo serviceDavid Medina1-12/+0
in favour of issues.labels.list() to maintain the same structure with Github API docs
2012-06-16Refact normalize of dates into base.ServiceDavid Medina1-1/+12
2012-05-27Little fixsDavid Medina1-4/+4
2012-05-27add Pull Request to `Issue` resourcesAlejandro Gómez1-1/+1
2012-05-27test Label validation errorsAlejandro Gómez2-0/+39
2012-05-27Labels and Milestones services addedAlejandro Gómez2-2/+117
2012-05-27Add issues service for issues, comments and events. has tests and updated docsConor Branagan1-0/+115
2012-05-17refs #10David Medina1-2/+2
2012-05-12Some fixes/typos and 'validate_body' relatedDavid Medina1-15/+4
2012-05-12Deleted 'validate_body' behaviourDavid Medina2-27/+3
'clean_body' had been developed to that functionality
2012-04-28Litle fixsDavid Medina1-10/+3
2012-04-24Add Teams ServiceStefano Rivera1-1/+82
2012-04-24An empty string doesn't work around the 411 issue on PUTs. Use 'PLACEHOLDER'Stefano Rivera1-1/+1
2012-04-24Add Orgs Members APIStefano Rivera1-4/+51
2012-04-23Baseline Orgs API implementationStefano Rivera1-0/+44
2012-04-19use _bool for pull request merge statusNat Williams1-2/+2
2012-04-17add pull request APINat Williams2-1/+202
there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
2012-04-17more specific exception for missing Request classesNat Williams1-4/+4
2012-04-17let request objects specify custom body validationsNat Williams2-3/+27
2012-04-16add Git Data API supportNat Williams1-0/+164
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