[Checkins] SVN: z3c.testsetup/branches/reinout-teardown/CHANGES.txt Updated changelog

Reinout van Rees reinout at vanrees.org
Mon Aug 31 10:16:23 EDT 2009


Log message for revision 103402:
  Updated changelog
  

Changed:
  U   z3c.testsetup/branches/reinout-teardown/CHANGES.txt

-=-
Modified: z3c.testsetup/branches/reinout-teardown/CHANGES.txt
===================================================================
--- z3c.testsetup/branches/reinout-teardown/CHANGES.txt	2009-08-31 14:14:55 UTC (rev 103401)
+++ z3c.testsetup/branches/reinout-teardown/CHANGES.txt	2009-08-31 14:16:22 UTC (rev 103402)
@@ -7,11 +7,12 @@
 Feature changes
 ---------------
 
-* functional-zcml-layer tests now use the allow_teardown=True option of the
-  ZCMLLayer.  This prevents the zcml layer from running in a subprocess which
-  throws off profiling and thus code coverage tools.  Running it in a
+* By default, functional layer tests now use the allow_teardown=True option of
+  the ZCMLLayer.  This prevents the zcml layer from running in a subprocess
+  which throws off profiling and thus code coverage tools.  Running it in a
   subprocess is only normally needed when you do things like adding an
-  interface to a class after the fact in your code.
+  interface to a class after the fact in your code.  You can overrid it in the
+  register_all_tests() call by setting allow_teardown=False.
 
 
 0.4 (2009-06-11)



More information about the checkins mailing list