[Python-Dev] New test failure on Windows (original) (raw)
Skip Montanaro skip@pobox.com
Thu, 24 Apr 2003 22:05:28 -0500
- Previous message: [Python-Dev] New test failure on Windows
- Next message: [Python-Dev] New test failure on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gary> It's mostly a waste to run both, and having two is a maintenance
Gary> hassle, underscored by the fact that Skip has choosen the less
Gary> important one of the two (IMHO) to modernize.
I think it would be better to fold missing tests in from test_sre to test_re, not so much because I've partly converted test_re to use unittest, but because "re" is what people generally import. It never even occurred to me to look for "test_sre" when I was looking for a candidate test suite to convert to unittest. I'll keep working at completing the conversion.
Skip
- Previous message: [Python-Dev] New test failure on Windows
- Next message: [Python-Dev] New test failure on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]