aboutsummaryrefslogtreecommitdiffstats
path: root/github3/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Complete AuthGist handlerDavid Medina2011-12-031-0/+62
|
* Gist public handler completedDavid Medina2011-11-302-0/+50
|
* Fix mime_header to return None if neededDavid Medina2011-11-301-0/+3
|
* Fix get_converter to delete converter in kwargsDavid Medina2011-11-301-1/+3
| | | | | It doesn't matter if converter is populate in kwargs to requests but it's more elegant and simplify tests
* MimeType mixinDavid Medina2011-11-281-1/+23
|
* Diff between 'my' and 'get'David Medina2011-11-271-5/+46
|
* Complete AuthUser handler testDavid Medina2011-11-172-3/+131
| | | | Update code putting tests in green
* 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'