aboutsummaryrefslogtreecommitdiffstats
path: root/github3/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix imports to new environmentDavid Medina2012-02-032-36/+0
| | | | Absolute imports as PEP8 tells
* Complete new redesign trying to code less coupledDavid Medina2012-02-032-0/+36
| | | | | | | | | | | | | | | | | | | | and I think that I'm getting it :P Log from another repo (rebase hell if I'd try) ------------------------------------------------- d64647909aa3ddde6532994f3bd895e297dd1c1d +Model mapper prototype 53fa5c47c14ebf405ac11af0b21b3bc4f1251558 Complete client 0af9075da9fddd14f0c04cb3ad5a74f33a6dcaf7 Fix exceptions typo eae8232b4235451bac344f0114895dcf159d3af5 +ResouceFactory (renamed from uris) 14c66bea1bf0a68fd540d1b73a8c25aa69c854ce WIP on Uri Factory 8012908b795d598510a7e4d288f40b324e751aab Fix client instance 3e97153664365146ac558ada22bb9d3fc1a3189d Fast night services prototype 785a0bdc2ddd815d911255ba7e91c5d71cc82a74 fix typo 84f03a039fb2413f2e156d3ec0bd226e65bcae31 WIP on client f53076153d96b492f23e01f91debe8fafbc4cfe0 Trying wrapping requests library for our needs 52ea9f888048853760990053211c9e0c4440b810 Initial commit
* Reset projectDavid Medina2012-02-037-984/+0
|
* 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'