[TIP] TestFixtures 1.11.0 Released!

Chris Withers chris at simplistix.co.uk
Wed Jul 27 13:53:42 PDT 2011


Hi All,

I'm happy to announce a new release of TestFixtures with the following 
changes:

- testfixtures' compare function now does rich comparison of dicts and 
their subclasses, showing which keys matches, were missing or differed 
between the two objects being compared.

- A decorator of ShouldRaise called should_raise is now included:

http://packages.python.org/testfixtures/exceptions.html#the-should-raise-wrapper-function

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 testing-in-python mailing list