aboutsummaryrefslogtreecommitdiffstats
path: root/github3/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wip on AuthUser handler testsDavid Medina2011-11-162-1/+69
| | | | Also "python way" with Design by contract
* Fix 411 with PUT requestDavid Medina2011-11-161-0/+9
| | | | with data as None, requests module didn't add specific header
* API change: Added gravatar_id in User modelDavid Medina2011-11-152-2/+14
| | | | Also fix some bugs, update test and PEP8
* Complete anonymous User handler testDavid Medina2011-11-142-6/+149
|
* Fix converter bugDavid Medina2011-11-141-2/+4
|
* Added handler base testDavid Medina2011-11-132-1/+57
|
* Testing on fire (handlers, user_handler)David Medina2011-11-134-5/+157
| | | | Also fix bugs, pep8
* PEP8 and renamingDavid Medina2011-11-123-1/+0
|
* Added converters testDavid Medina2011-11-122-98/+91
|
* Added core_test and fix some bugs / pep8David Medina2011-11-121-0/+115
| | | | Readme to Markdown
* Init test enviromentDavid Medina2011-11-102-0/+127
Also rename user handler module to 'users'