aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_oauth1.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
* Fix typo in client registration API for logo_uriJessica Tallon2014-10-021-4/+4
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-1/+0
|\
| * Require uploader privileges to upload media to APIJessica Tallon2014-07-221-5/+4
* | Remove an usage of deprecated cgi.parse_qs().Berker Peksag2014-07-281-3/+1
* | Fix tests on Python 3.Berker Peksag2014-07-141-6/+7
|/
* Adds test for request_tokensxray72242013-07-181-7/+51
* Adds some tests for the OAuth and some docsxray72242013-07-161-0/+122