summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-013-50/+37
* Regex fixIb Lundgren2012-04-261-3/+4
* Decode urlencoded properlyIb Lundgren2012-04-261-0/+17
* Fix the failing tests.Caleb Brown2012-04-251-2/+2
* Update testcases with valid outputsIdan Gazit2012-04-241-2/+2
* Merge branch 'master' into features/request_objectIdan Gazit2012-04-232-22/+78
|\
| * Removing now-unneeded utf8_str.David Gouldin2012-04-201-10/+0
| * Normalizing as much as possible to unicode, pulling in non-unicode functions ...David Gouldin2012-04-202-17/+13
| * Revert "Add support to OAuth1 for including body in the base string based on"Caleb Brown2012-04-191-30/+11
| * Add support to OAuth1 for including body in the base string based onCaleb Brown2012-04-181-11/+30
| * Update the tests. Strengthen the unescape and escape tests and add moreCaleb Brown2012-04-182-5/+21
| * Fix a bug in oauth1.signature.collect_parameters preventing unescaping.Caleb Brown2012-04-181-0/+50
| * urllib.unqoute doesn't take 'safe' as an arg. Add a test and fix.Caleb Brown2012-04-181-4/+8