]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Port all string tests to PyUnit and share as much tests
authorWalter Dörwald <walter@livinglogic.de>
Fri, 21 Feb 2003 12:53:50 +0000 (12:53 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 21 Feb 2003 12:53:50 +0000 (12:53 +0000)
commit0fd583ce4d1500938c96c12c698a535ad0938470
treeacce5b8434edefc66116e65f88eea2af0e9c66ac
parent1b56de05d500b4111b4c59251c388f52bef38492
Port all string tests to PyUnit and share as much tests
between str, unicode, UserString and the string module
as possible. This increases code coverage in stringobject.c
from 83% to 86% and should help keep the string classes
in sync in the future. From SF patch #662807
Lib/test/output/test_string [deleted file]
Lib/test/string_tests.py
Lib/test/test_str.py [new file with mode: 0644]
Lib/test/test_string.py
Lib/test/test_unicode.py
Lib/test/test_userstring.py