summaryrefslogtreecommitdiff
path: root/tests/test_common.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-011-17/+25
| | | | | | | | | * Move quote, unquote, urldecode to oauthlib.common * Use urldecode for extract_params * Simplify request logic: store body and decoded_body instead of body_has_params * Document steps in Client.sign * Properly validate requests in Client.sign
* Add Request representationIdan Gazit2012-04-231-0/+74