- Respect test runner reporting switches (e.g., zope.testrunner's --ndiff switch) - Fixed a bug that caused post-mortem debugging to not work most of the time. - Made manuel.testing.TestCase.id return a sensible textual value at all times. This keeps Twisted's trial testrunner happy.
1.2.0
------------------
- Conform to repository policy. - Switch to using zope.testrunner instead of zope.testing due to API changes. zope.testing is now only required for testing.
1.1.1
------------------
- fix the way globs are handled; fixes https://bugs.launchpad.net/manuel/+bug/582482
1.1.0
------------------
- fix a SyntaxError when running the tests under Python 2.5 - improved error message for improperly indented capture directive - Manuel no longer uses the now depricated zope.testing.doctest (requires zope.testing 3.9.1 or newer)
1.0.5
------------------
- fix a bug that caused Manuel to choke on empty documents (patch submitted by Bjorn Tillenius) - add a pointer to Manuel's Subversion repo on the PyPI page - add an optional parameter that allows a custom TestCase class to be passed to TestSuite() (patch submitted by Bjorn Tillenius)
1.0.4
------------------
- use newer setuptools (one compatible with Subversion 1.6) so built distributions include all files