TestFixtures 1.12.0 Released!
Chris Withers
chris at simplistix.co.uk
Mon Aug 15 21:21:33 EDT 2011
Hi All,
I'm happy to announce a new release of TestFixtures with the following
changes:
- OutputCapture has grown a `captured` property and can now be
temporarily disabled using their`disable` method:
http://packages.python.org/testfixtures/streams.html
- Logging can now be captured only when it exceeds a specified logging
level:
http://packages.python.org/testfixtures/logging.html#only-capturing-specific-logging
- The handling of timezones has been reworked in both
`test_datetime` and `test_time`. This is not backwards
compatible but is much more useful and correct:
http://packages.python.org/testfixtures/datetime.html#timezones
The package is on PyPI and a full list of all the links to docs, issue
trackers and the like can be found here:
http://www.simplistix.co.uk/software/python/testfixtures
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
More information about the Python-list
mailing list