SVN: zope.testing/trunk/CHANGES.txt *** empty log message ***
Jim Fulton <[email protected]> Sat, 28 Jan 2012 16:18:44 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.