aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-12Deleted 'validate_body' behaviourDavid Medina1-12/+1
'clean_body' had been developed to that functionality
2012-04-17add pull request APINat Williams1-1/+1
there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
2012-04-17let request objects specify custom body validationsNat Williams1-1/+12
2012-03-04Refactor result. Now it's a packageDavid Medina1-0/+26
result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
2012-03-01Python 2.6 compatibilityDavid Medina2-0/+12
2012-03-01Restructure modules and packages in a clean wayDavid Medina1-1/+1
The docs has increased lines of code, so I split it
2012-02-19Support to Mimetypes in some servicesDavid Medina1-1/+7
2012-02-19Fix test importsDavid Medina2-2/+2
2012-02-18Support to resources-self-nested into collectionsDavid Medina1-1/+3
2012-02-12Support to map `self` in resources.David Medina1-1/+1
Very nested resources like Repo
2012-02-11Change requests.Body to suppor required attributesDavid Medina1-3/+8
2012-02-11Wip on services.usersDavid Medina1-2/+10
2012-02-11Fix asserts bugs in client.David Medina1-0/+6
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 Medina3-4/+15
2012-02-11Change requests.Body to suppor required attributesDavid Medina1-3/+8
2012-02-11Wip on services.usersDavid Medina1-2/+10
2012-02-10Fix asserts bugs in client.David Medina1-0/+6
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 Medina3-4/+15
2012-02-10Resources testsDavid Medina1-0/+21
resources.core * Also detected and fixed memory bug
2012-02-10json:dumps.loads mockedDavid Medina1-1/+1
2012-02-09Utils to testsDavid Medina4-0/+86