summaryrefslogtreecommitdiff
path: root/tests/basic_2.py
Commit message (Expand)AuthorAgeFilesLines
* One test file for both Python 2.x and 3.xTomaz Solc2015-05-131-475/+0
* 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-071-0/+41
* 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-271-12/+12
* Only count unicode-related warnings in test.Tomaz Solc2013-01-271-1/+5
* 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-221-4/+8
* Skip unit tests that expect a "wide" Python build.Tomaz Solc2011-04-011-0/+24
* Adding circled latin small letters.Tomaz Solc2011-02-161-0/+8
* Added Czech pangram to unit tests.Tomaz Solc2011-02-101-0/+7
* Remove repeat function call in Python 2.x tests.Thomas Kluyver2010-10-121-2/+2
* Added mathematical symbols in SMPTomaz Solc2010-10-121-1/+32
* Check if any character in the BMP range makes it throw an exception.Tomaz Solc2010-10-121-0/+6
* Added tests for missing and short tables.Tomaz Solc2010-10-121-1/+13
* Simplify code, and make a Python 3 version of the tests.Thomas Kluyver2010-10-051-0/+50