summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)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
* Drop support for Python 2 and 3.4.Tomaz Solc2021-02-052-79/+51
* Avoid exception chaining on Python 3.Tomaz Solc2021-01-081-0/+9
* Convert examples in README to Python 3 syntax.Tomaz Solc2021-01-081-1/+1
* Rename argument replace_char -> replace_strTomaz Solc2020-12-201-2/+2
* Add errors parameter to unidecode()Tomaz Solc2020-12-201-1/+36
* 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
* Replace unnecessary _u() compat function with u prefix to stringJon Dufresne2018-12-312-50/+34
* 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
* Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-142-1/+2
|\
| * Skip README doctest on narrow builds.Tomaz Solc2015-05-141-1/+1
| * skip test_unicode_text_converter on narrow buildsTomaz Solc2015-05-141-0/+1
* | Add a newline if the string comes from commandlineTomaz Solc2015-05-141-1/+1
* | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-141-1/+5
|\ \ | |/
| * Only doctest README with Python 2.xTomaz Solc2015-05-141-1/+5
* | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-141-0/+4
|\ \ | |/
| * Test examples in README.Tomaz Solc2015-05-141-0/+4
* | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-141-1/+4
|\ \ | |/
| * Fix surrogate test for Python 3.4Tomaz Solc2015-05-141-1/+4
* | Don't append an extra new-line.Tomaz Solc2015-05-131-1/+1
* | Simplified tests for utility executable.Tomaz Solc2015-05-135-49/+37
* | Add -c command line option.Tomaz Solc2015-05-131-0/+11
* | Use entry_points for the commandline utility.Tomaz Solc2015-05-132-62/+70
* | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-133-604/+502
|\ \ | |/
| * One test file for both Python 2.x and 3.xTomaz Solc2015-05-133-604/+502
* | Add utility script and tests.Tomaz Solc2015-05-135-0/+65
|/
* Check that surrogates translate to nothing.Tomaz Solc2014-12-081-0/+14
* Removed warning test code duplication.Tomaz Solc2014-12-071-24/+29
* Issue a warning if a surrogate char is encounteredTomaz Solc2014-12-072-0/+45
* Add some missing script latin letters.Tomaz Solc2014-12-071-0/+3
* Add missing double-struck capital letters.Tomaz Solc2014-12-071-0/+42
* Restore tests for a, o, u with umlauts.Tomaz Solc2013-08-221-10/+8
* Add test against WordPress remove_accents() tableTomaz Solc2013-05-301-0/+204
* Replace deprecated failUnless methods with assertTomaz Solc2013-01-272-21/+21
* Only count unicode-related warnings in test.Tomaz Solc2013-01-271-1/+5
* Python 2.5 compatible way of running tests.Tomaz Solc2013-01-171-6/+0
* Check for warnings in unit test.Tomaz Solc2013-01-171-0/+20
* Warn if argument is not a subclass of unicodeTomaz Solc2013-01-161-0/+2
* Always return a string object on Python 2.xTomaz Solc2011-09-222-8/+16
* Fixed Python 3.x version of unit tests.Tomaz Solc2011-04-011-1/+1
* Skip unit tests that expect a "wide" Python build.Tomaz Solc2011-04-012-0/+35