[Zope3-checkins] SVN: zope.testing/trunk/README.txt add -j option and bug fix to release notes

Benji York benji at zope.com
Thu Jul 10 22:32:06 EDT 2008


Log message for revision 88226:
  add -j option and bug fix to release notes
  

Changed:
  U   zope.testing/trunk/README.txt

-=-
Modified: zope.testing/trunk/README.txt
===================================================================
--- zope.testing/trunk/README.txt	2008-07-11 02:29:26 UTC (rev 88225)
+++ zope.testing/trunk/README.txt	2008-07-11 02:32:06 UTC (rev 88226)
@@ -58,12 +58,14 @@
 Releases
 ********
 
-3.6.0 (????/??/??)
-============
+3.6.0 (unreleased)
+==================
 
 New Features
 ------------
 
+- Added -j option to parallel tests run in subprocesses.
+
 - RENormalizer accepts plain Python callables.
 
 - Added --slow-test option.
@@ -90,7 +92,9 @@
   * Fix a bug that caused a SubprocessError to be generated if a subprocess
     sent any output to stderr.
 
+  * Fix a bug that caused the unit tests to be skipped if run in a subprocess.
 
+
 3.5.1 (2007/08/14)
 ==================
 



More information about the Zope3-Checkins mailing list