From: Antoine Pitrou Date: Wed, 23 Mar 2011 22:05:07 +0000 (+0100) Subject: Issue #11653: fix -W with -j in regrtest. X-Git-Tag: v3.3.0a1~2777 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3c524d535965ec964ea497290aebc0d1e10bb66;p=python Issue #11653: fix -W with -j in regrtest. --- f3c524d535965ec964ea497290aebc0d1e10bb66 diff --cc Misc/NEWS index 0a42987413,2c79a71abe..a6ae16a7b6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -293,16 -161,10 +293,18 @@@ Tools/Demo Tests ----- + - Issue #11653: fix -W with -j in regrtest. + +- The email test suite now lives in the Lib/test/test_email package. The test + harness code has also been modernized to allow use of new unittest features. + +- regrtest now discovers test packages as well as test modules. + - Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov. +- New test_crashers added to exercise the scripts in the Lib/test/crashers + directory and confirm they fail as expected + - Issue #11578: added test for the timeit module. Patch Michael Henry. - Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.