summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Automatic urlencoding of input (#96).Ib Lundgren2013-01-291-5/+5
* Large OAuth 2 provider update.Ib Lundgren2013-01-222-17/+10
* Merge pull request #92 from metatoaster/oauth1_callback_verifyIb Lundgren2013-01-151-3/+18
|\
| * Fix a mess to formatting made in parent.Tommy Yu2013-01-121-2/+1
| * Test for callback verificationTommy Yu2013-01-121-4/+20
* | Fix dummy token testsRuss Garrett2013-01-151-1/+5
|/
* Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-072-7/+5
* Fix issue #86 by adding `nonce` and `timestamp` arguments to ClientBarry Warsaw2013-01-041-0/+10
* Fix a typo in the code that converts arguments from bytes to unicodes.Barry Warsaw2013-01-041-1/+11
* Refactoring towards spec compliance, step 1.Ib Lundgren2012-12-211-1/+1
* Incremental updates to providersIb Lundgren2012-12-162-54/+101
* A batch of small fixes and cleanups.Ib Lundgren2012-11-232-19/+45
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-191-0/+17
* Sketching out some endpoint testsIb Lundgren2012-11-181-4/+71
* Mock out generate_ageIb Lundgren2012-11-171-0/+4
* Fixed blooper in url_equalsIb Lundgren2012-11-171-8/+13
* An initial batch of OAuth 2 provider testsIb Lundgren2012-11-172-0/+195
* Form encoded fragment verificationIb Lundgren2012-11-171-2/+7
* oauth1 test_realm_validation: fix expected signatureSenko Rasic2012-11-131-1/+1
* test that oauth1 Server.verify_request has consistent return value typeSenko Rasic2012-11-131-6/+6
* Merge pull request #66 from lalinsky/mac-01Ib Lundgren2012-11-111-0/+51
|\
| * Add support for v01 MAC tokensLukáš Lalinský2012-11-101-0/+51
* | Correct typo that set the default value of with_realm. This was caught by the...Silas Snider2012-11-091-1/+6
* | OAuth 1 Server verify now return request tooIb Lundgren2012-11-081-7/+9
* | Update test signature, relates to #64Ib Lundgren2012-11-081-1/+1
* | Fix issue #62Ib Lundgren2012-11-084-50/+84
* | Cleaning up mistaken merge from way back, will merge right branch next time...Ib Lundgren2012-11-011-126/+0
* | In py26 version_info is a plain tuple - no minor attrIb Lundgren2012-11-011-1/+1
* | merged master, resolved conflictsMichael Vogt2012-10-3111-502/+637
|\ \ | |/
| * Post merge fixIb Lundgren2012-10-2310-502/+511
| |\
| | * Support Python 3Michael Terry2012-08-319-502/+508
| * | Adding initial set of authorization server tests against redirect uri constru...David Gouldin2012-09-071-0/+126
| |/
* | use "from future import unicode_literals" instead of u""Michael Vogt2012-10-311-9/+9
* | add additional tiny testMichael Vogt2012-10-291-1/+2
* | add some test coverage for the realm parameterMichael Vogt2012-10-291-0/+28
|/
* Multiple scopes supportIb Lundgren2012-07-212-52/+54
* Fixing some tight coupling issuesIb Lundgren2012-07-091-45/+4
* Updated Server tests to match content type requirementIb Lundgren2012-07-041-30/+52
* More client testsIb Lundgren2012-07-021-1/+210
* Client and WebAppicationClient testsIb Lundgren2012-06-291-0/+229
* OAuth 2 parameter handlersIb Lundgren2012-06-281-0/+160
* Exclude body if not urlencodedIb Lundgren2012-06-271-43/+45
* Huge server updateIb Lundgren2012-06-251-10/+437
* Move shared functionality (#30)Ib Lundgren2012-06-133-61/+26
* Use more specific assert methods in the tests where possible.Marien Zwart2012-06-062-14/+14
* Use assertItemsEqual to test lists of headers and parameters.Marien Zwart2012-06-062-41/+27
* v0.1.3Idan Gazit2012-05-061-1/+1
* Fix unicode leaksIdan Gazit2012-05-011-1/+1
* Remove unused importIdan Gazit2012-05-011-1/+0
* PEP8 police raidIdan Gazit2012-05-011-4/+1