aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Init documentationDavid Medina2012-02-291-2/+2
| | | | | | +core +services.user ~services.repos
* Repos.watchers service doneDavid Medina2012-02-221-1/+44
|
* Repos.keys service doneDavid Medina2012-02-221-1/+38
|
* Repos.forks service doneDavid Medina2012-02-221-1/+21
|
* Repos.downloads service doneDavid Medina2012-02-211-1/+33
|
* Support to Mimetypes in some servicesDavid Medina2012-02-192-1/+28
|
* Fix test importsDavid Medina2012-02-196-10/+12
|
* Repos commits addedDavid Medina2012-02-181-1/+66
|
* Support to resources-self-nested into collectionsDavid Medina2012-02-182-1/+10
|
* Services' renaming: base.Base to base.ServiceDavid Medina2012-02-171-2/+2
|
* Repos collaborators addedDavid Medina2012-02-121-2/+34
|
* Repos service initializedDavid Medina2012-02-121-0/+140
| | | | +service.repos.repo
* Support to map `self` in resources.David Medina2012-02-122-3/+10
| | | | Very nested resources like Repo
* Services.users tests completedDavid Medina2012-02-112-5/+33
| | | | | | | services.users.user services.users.emails services.users.keys services.users.followers
* Change requests.Body to suppor required attributesDavid Medina2012-02-112-39/+44
|
* Wip on services.usersDavid Medina2012-02-115-16/+174
|
* Fix asserts bugs in client.David Medina2012-02-114-5/+24
| | | | | 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-114-4/+35
|
* Services testsDavid Medina2012-02-113-0/+59
| | | | services.core
* Resources testsDavid Medina2012-02-103-0/+75
| | | | | | resources.core * Also detected and fixed memory bug
* json:dumps.loads mockedDavid Medina2012-02-103-3/+5
|
* Requests testsDavid Medina2012-02-092-0/+90
| | | | requests.core
* Utils to testsDavid Medina2012-02-096-23/+61
|
* Core testsDavid Medina2012-02-095-3/+212
| | | | | core.client core.result
* Fix litle bugsDavid Medina2012-02-071-33/+0
|
* Fix imports to new environmentDavid Medina2012-02-032-0/+36
Absolute imports as PEP8 tells