aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deleted 'validate_body' behaviourDavid Medina2012-05-121-12/+1
| | | | 'clean_body' had been developed to that functionality
* add pull request APINat Williams2012-04-171-1/+1
| | | | | there are a few little issues remaining. Mostly regarding handling meaningful non-20x response codes
* let request objects specify custom body validationsNat Williams2012-04-171-1/+12
|
* Refactor result. Now it's a packageDavid Medina2012-03-041-0/+26
| | | | | result.smart => Paginate iterator with 'page' behaviour. result.normal => Paginate iterator with 'next' behaviour.
* Python 2.6 compatibilityDavid Medina2012-03-012-0/+12
|
* Restructure modules and packages in a clean wayDavid Medina2012-03-011-1/+1
| | | | The docs has increased lines of code, so I split it
* Support to Mimetypes in some servicesDavid Medina2012-02-191-1/+7
|
* Fix test importsDavid Medina2012-02-192-2/+2
|
* Support to resources-self-nested into collectionsDavid Medina2012-02-181-1/+3
|
* Support to map `self` in resources.David Medina2012-02-121-1/+1
| | | | Very nested resources like Repo
* Change requests.Body to suppor required attributesDavid Medina2012-02-111-3/+8
|
* Wip on services.usersDavid Medina2012-02-111-2/+10
|
* Fix asserts bugs in client.David Medina2012-02-111-0/+6
| | | | | Fixing something that is there to check what never happens... But tests doesn't lie, so funny :P
* WIP on resources.users testsDavid Medina2012-02-113-4/+15
|
* Resources testsDavid Medina2012-02-101-0/+21
| | | | | | resources.core * Also detected and fixed memory bug
* json:dumps.loads mockedDavid Medina2012-02-101-1/+1
|
* Utils to testsDavid Medina2012-02-094-0/+86