summaryrefslogtreecommitdiff
path: root/tests/test_utility.py
Commit message (Collapse)AuthorAgeFilesLines
* Read input line by lineJan-Thorsten Peter2022-02-181-1/+1
|
* More Python 2 compatibility code clean up.Tomaz Solc2021-02-051-4/+0
|
* Also test command-line utility return code.Tomaz Solc2019-06-161-5/+9
|
* Fix unit test on PyPy 7.1.1Tomaz Solc2019-06-161-2/+6
| | | | https://github.com/avian2/unidecode/issues/50
* Replace unnecessary _u() compat function with u prefix to stringJon Dufresne2018-12-311-8/+1
| | | | | Both Python 2 & Python 3 support representing Unicode strings with a u prefix. Can drop the _u() compat shim and let the interpreter handle it.
* Add a newline if the string comes from commandlineTomaz Solc2015-05-141-1/+1
|
* Don't append an extra new-line.Tomaz Solc2015-05-131-1/+1
|
* Simplified tests for utility executable.Tomaz Solc2015-05-131-46/+37
|
* Add -c command line option.Tomaz Solc2015-05-131-0/+11
|
* Use entry_points for the commandline utility.Tomaz Solc2015-05-131-0/+70