summaryrefslogtreecommitdiff
path: root/tests/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* We somehow forgot to run test_util tests.Matěj Cepl2018-07-241-11/+5
* PEP8isationMatěj Cepl2018-03-201-8/+2
* Replace util.py3{bytes,str} with six.ensure_{binary,text}Matěj Cepl2018-03-191-10/+10
* u'' is not str, but it is six.string_types.Matěj Cepl2017-03-241-2/+2
* Replace conditional expression with more sensible if ... then ... else constr...Matěj Cepl2017-03-141-0/+60