[Checkins] SVN: zope.component/trunk/ Isolation.

Tres Seaver cvs-admin at zope.org
Mon Jul 2 21:32:33 UTC 2012


Log message for revision 127240:
  Isolation.

Changed:
  _U  zope.component/trunk/
  U   zope.component/trunk/docs/configure.rst

-=-
Modified: zope.component/trunk/docs/configure.rst
===================================================================
--- zope.component/trunk/docs/configure.rst	2012-07-02 21:03:40 UTC (rev 127239)
+++ zope.component/trunk/docs/configure.rst	2012-07-02 21:32:29 UTC (rev 127240)
@@ -1,6 +1,11 @@
 Package configuration
 =====================
 
+.. testsetup::
+
+   from zope.component.testing import setUp
+   setUp()
+
 The ``zope.component`` package provides a ZCML file that configures some basic
 event handlers.
 
@@ -28,3 +33,9 @@
    True
    >>> registry.dispatchHandlerRegistrationEvent in handlers
    True
+
+
+.. testcleanup::
+
+   from zope.component.testing import tearDown
+   tearDown()



More information about the checkins mailing list