diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-01-19 16:59:20 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-01-19 16:59:20 (GMT) |
commit | 28256f276e1d61d54301b874958fc78c26117c9e (patch) | |
tree | 1aff3b99f222a0a2c6ae41653e7b29194e5b4e09 /Lib/test/output | |
parent | 919497ea743174665958520a5647ab0ae87ecb0b (diff) | |
download | cpython-28256f276e1d61d54301b874958fc78c26117c9e.zip cpython-28256f276e1d61d54301b874958fc78c26117c9e.tar.gz cpython-28256f276e1d61d54301b874958fc78c26117c9e.tar.bz2 |
Port test_unicode.py to PyUnit and add tests for error
cases and a few methods. This increases code coverage
in Objects/unicodeobject.c from 81% to 85%.
(From SF patch #662807)
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_unicode | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Lib/test/output/test_unicode b/Lib/test/output/test_unicode deleted file mode 100644 index 2930d64..0000000 --- a/Lib/test/output/test_unicode +++ /dev/null @@ -1,21 +0,0 @@ -test_unicode -Testing Unicode comparisons... done. -Testing Unicode contains method... done. -Testing Unicode formatting strings... done. -Testing builtin unicode()... done. -Testing builtin codecs... done. -Testing standard mapping codecs... 0-127... 128-255... done. -Testing Unicode string concatenation... done. -Testing Unicode printing... abc -abc def -abc def -abc def -abc - -abc -abc -def - -def - -done. |