aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-4/+3
|
* Extend Paginator tests to satisfy #55.Ben Sturmfels2016-09-161-7/+33
|
* Add Python 3 support in pagination.Ben Sturmfels2016-09-161-0/+31
| | | | This issue was visible when attempting to view the home page of a MediaGoblin site with more than a single page worth of items, under Python 3.
* trac#5397: Allow decode_request to parse content-type headers with extra ↵Ben Sturmfels2016-01-211-0/+61
options. It previously parsed "Content-Type: application/x-www-form-urlencoded", but not "Content-Type: application/x-www-form-urlencoded; charset=utf-8".