summaryrefslogtreecommitdiff
path: root/tests/oauth1/rfc5849/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-1/+1
* The future is nowHugo2019-08-151-2/+0
* Drop support for legacy Python 2.7Hugo2019-08-151-5/+4
* Sorted imports.Omer Katz2017-09-171-1/+3
* Fixed a typo.Kirill Spitsin2014-04-151-1/+1
* Auth scheme lower and short header test.Ib Lundgren2013-07-091-0/+1
* Improve resilience to bad authorization headersSean C. Farley2013-06-281-0/+9
* Support Python 3Michael Terry2012-08-311-25/+26
* Move shared functionality (#30)Ib Lundgren2012-06-131-29/+0
* Use more specific assert methods in the tests where possible.Marien Zwart2012-06-061-12/+12
* Use assertItemsEqual to test lists of headers and parameters.Marien Zwart2012-06-061-7/+10
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-011-32/+11
* Regex fixIb Lundgren2012-04-261-3/+4
* Decode urlencoded properlyIb Lundgren2012-04-261-0/+17
* 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-201-13/+13
* Update the tests. Strengthen the unescape and escape tests and add moreCaleb Brown2012-04-181-0/+2
* urllib.unqoute doesn't take 'safe' as an arg. Add a test and fix.Caleb Brown2012-04-181-4/+8
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-071-0/+161