]> granicus.if.org Git - python/commit
Port test_unicode.py to PyUnit and add tests for error
authorWalter Dörwald <walter@livinglogic.de>
Sun, 19 Jan 2003 16:59:20 +0000 (16:59 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sun, 19 Jan 2003 16:59:20 +0000 (16:59 +0000)
commit28256f276e1d61d54301b874958fc78c26117c9e
tree1aff3b99f222a0a2c6ae41653e7b29194e5b4e09
parent919497ea743174665958520a5647ab0ae87ecb0b
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)
Lib/test/output/test_unicode [deleted file]
Lib/test/test_unicode.py