summaryrefslogtreecommitdiff
path: root/tests/oauth1/rfc5849/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-141-2/+38
* Sorted imports.Omer Katz2017-09-171-2/+3
* Replace all uses of assertEquals with assertEqualJon Dufresne2017-04-161-1/+1
* Check for rsa_key when it's actually neededDavid Baumgold2015-05-061-1/+7
* Fix Oauth1 client tests to pass request param to get_oauth_params method.Ib Lundgren2014-06-031-2/+3
* Allowing custom signature methods to be registered and used...David Rogers2014-03-251-0/+19
* Signature method and type tests.Ib Lundgren2013-09-121-1/+90
* Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-031-3/+3
* 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
* Client.sign return value encoding.Ib Lundgren2013-02-121-0/+10
* 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
* 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