aboutsummaryrefslogtreecommitdiffstats
path: root/github3/tests/fixtures.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reset projectDavid Medina2012-02-031-164/+0
|
* Complete AuthUser handler testDavid Medina2011-11-171-2/+11
| | | | Update code putting tests in green
* Wip on AuthUser handler testsDavid Medina2011-11-161-0/+36
| | | | Also "python way" with Design by contract
* API change: Added gravatar_id in User modelDavid Medina2011-11-151-0/+9
| | | | Also fix some bugs, update test and PEP8
* Complete anonymous User handler testDavid Medina2011-11-141-2/+69
|
* Added handler base testDavid Medina2011-11-131-1/+4
|
* Testing on fire (handlers, user_handler)David Medina2011-11-131-0/+40
Also fix bugs, pep8