summaryrefslogtreecommitdiff
path: root/tests/test_unidecode.py
Commit message (Expand)AuthorAgeFilesLines
* Replace unnecessary _u() compat function with u prefix to stringJon Dufresne2018-12-311-42/+33
* Check if all spaces are transliterated to spaces.Tomaz Solc2018-12-301-0/+9
* Drop support for EOL Python 2.6 & 3.3Jon Dufresne2018-06-301-12/+0
* Fix transliteration of enclosed alphanumericsKrzysztof Jurewicz2016-05-291-0/+7
* Fix typosJakub Wilk2015-12-101-1/+1
* Check type of returned string in unit test.Tomaz Solc2015-11-171-2/+8
* Test all variants of the unidecode function.Tomaz Solc2015-11-171-24/+22
* Rename unidecode_fast to unidecode_expect_asciiTomaz Solc2015-11-171-3/+3
* Add unidecode_fast function to speedup mostly-ASCII transliterations.dukebody2015-11-141-1/+12
* skip test_unicode_text_converter on narrow buildsTomaz Solc2015-05-141-0/+1
* Fix surrogate test for Python 3.4Tomaz Solc2015-05-141-1/+4
* One test file for both Python 2.x and 3.xTomaz Solc2015-05-131-0/+502