summaryrefslogtreecommitdiff
path: root/tests/oauth1/rfc5849/endpoints/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-7/+8
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
* The future is nowHugo2019-08-151-2/+0
* Add case-insensitive headers to oauth1 BaseEndpointJordan Gardner2019-05-011-1/+12
* Fix invalid escape sequence in tests (#637)Jon Dufresne2018-12-271-1/+1
* Sorted imports.Omer Katz2017-09-171-6/+8
* Verification tests for all signature methods.Ib Lundgren2013-09-121-8/+45
* #199 Proposed API changes for endpoints.Tyler Jones2013-08-011-7/+7
* Base endpoint for parameter checking and signature verification. #95Ib Lundgren2013-06-181-0/+357