summaryrefslogtreecommitdiff
path: root/tests/oauth1/rfc5849
Commit message (Expand)AuthorAgeFilesLines
...
* Unicode experimentation, #127Ib Lundgren2013-03-251-0/+13
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-211-2/+24
* Client sign with empty and None body testIb Lundgren2013-02-211-0/+12
* Raise error if body supplied in signing of GET and HEAD requests (#120).Ib Lundgren2013-02-201-1/+14
* Fixed verify_request_token_request in OAuth1 server.Ondrej Slinták2013-02-141-0/+17
* Client.sign return value encoding.Ib Lundgren2013-02-121-0/+10
* Use urldecode instead of parse_qslIb Lundgren2013-02-121-1/+1
* 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-071-5/+4
* 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
* 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
* 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
* merged master, resolved conflictsMichael Vogt2012-10-314-252/+258
|\
| * Support Python 3Michael Terry2012-08-314-252/+258
* | 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
|/
* Updated Server tests to match content type requirementIb Lundgren2012-07-041-30/+52
* 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-131-29/+0
* 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-012-33/+12
* 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
* | Make method signatures in parameters.py consistentIdan Gazit2012-04-231-12/+19
|/
* Updating oauth1 parameters.prepare_headers in order to apply more of the spec...David Gouldin2012-04-141-21/+21
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-074-0/+452