[Checkins] SVN: zope.testing/trunk/CHANGES.txt *** empty log message ***

Jim Fulton jim at zope.com
Sat Jan 28 21:18:44 UTC 2012


Log message for revision 124227:
  *** empty log message ***

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

-=-
Modified: zope.testing/trunk/CHANGES.txt
===================================================================
--- zope.testing/trunk/CHANGES.txt	2012-01-28 21:14:10 UTC (rev 124226)
+++ zope.testing/trunk/CHANGES.txt	2012-01-28 21:18:43 UTC (rev 124227)
@@ -6,6 +6,11 @@
 
 - Added context-manager support to ``zope.testing.setupstack``
 
+- Made ``zope.testing.setupstack`` usable with all tests, not just
+  doctests and added ``zope.testing.setupstack.globs``, which makes it
+  easier to write test setup code that workes with doctests and other
+  kinds of tests.
+
 - Added the ``wait_until`` module, which makes it easier to deal with
   non-deterministic timing issues.
 



More information about the checkins mailing list