summaryrefslogtreecommitdiff
path: root/tests/oauth1/rfc5849/test_signatures.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-12/+6
* Merge branch 'master' into rm-2.7Omer Katz2019-08-291-68/+87
|\
| * remove unneeded additional collect_parameters assertion in the signature_base...Ashley Sommer2019-08-191-1/+0
| * Fix tests for OAuth1 signature basestring generation, to better align with ex...Ashley Sommer2019-08-141-68/+88
* | The future is nowHugo2019-08-151-2/+0
* | Drop support for legacy Python 2.7Hugo2019-08-151-4/+1
* | Drop support for legacy Python 2.7Hugo2019-08-151-2/+1
|/
* Renamed construct_base_string to signature_base_string.Hoylen Sue2019-02-221-6/+6
* Fixed space encoding in base string URI used in the signature base string.Hoylen Sue2019-02-191-8/+19
* Sorted imports.Omer Katz2017-09-171-9/+14
* Replace all uses of assertEquals with assertEqualJon Dufresne2017-04-161-18/+17
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-25/+19
* Enforcing a common interface for `sign_*()` methods...David Rogers2014-03-251-23/+98
* PEP8 cleanup of test_signatures.Ib Lundgren2013-09-121-74/+144
* Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-031-3/+15
* Update, comment on, and test the implementation.Matt McClure2013-05-021-0/+4
* Use urldecode instead of parse_qslIb Lundgren2013-02-121-1/+1
* Correct typo that set the default value of with_realm. This was caught by the...Silas Snider2012-11-091-1/+6
* Support Python 3Michael Terry2012-08-311-24/+29
* Use more specific assert methods in the tests where possible.Marien Zwart2012-06-061-2/+2
* Use assertItemsEqual to test lists of headers and parameters.Marien Zwart2012-06-061-34/+17
* v0.1.3Idan Gazit2012-05-061-1/+1
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-011-1/+1
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-071-0/+210