commit | 0fd583ce4d1500938c96c12c698a535ad0938470 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Fri Feb 21 12:53:50 2003 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Fri Feb 21 12:53:50 2003 +0000 |
tree | acce5b8434edefc66116e65f88eea2af0e9c66ac | |
parent | 1b56de05d500b4111b4c59251c388f52bef38492 [diff] |
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