aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_legacy_api.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-6/+6
* json.loads(request.body) => json.loads(response.body.decode()))Christopher Allan Webber2014-09-161-1/+1
* Fix test_legacy_api.pyChristopher Allan Webber2014-09-161-5/+6
* Rename test_joarapi.py => test_legacy_api.pyJessica Tallon2014-07-221-0/+93