SVN: zope.testing/trunk/README.txt add -j option and bug fix to release notes
Benji York <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20080711023206.C27DE39A37__34532.938412349$1215743606$gmane$org@mail.zope.org> |
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)
==================