~ztk-steering-group/zope.testing/trunk

« back to all changes in this revision

Viewing changes to CHANGES.txt

  • Committer: jim
  • Date: 2012-01-28 21:14:10 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.testing/trunk:124226
- Added context-manager support to ``zope.testing.setupstack``

- Added the ``wait_until`` module, which makes it easier to deal with
  non-deterministic timing issues.

- Renamed ``zope.testing.renormalizing.RENormalizing`` to
  ``zope.testing.renormalizing.OutputChecker``. The old name is an
  alias.

- Updated tests to run with Python 3.

- More clearly labeled which features were supported by Python 3.

- Reorganized documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
zope.testing Changelog
2
2
**********************
3
3
 
4
 
4.1.0 (unreleased)
 
4
4.1.0 (2012-01-28)
5
5
==================
6
6
 
7
7
- Added context-manager support to ``zope.testing.setupstack``
17
17
 
18
18
- More clearly labeled which features were supported by Python 3.
19
19
 
 
20
- Reorganized documentation.
 
21
 
20
22
4.0.0 (2011-11-09)
21
23
==================
22
24