[TIP] TestFixtures 2.1.0 Released!

Chris Withers chris at simplistix.co.uk
Thu Sep 29 14:00:58 PDT 2011


Hi All,

Another release of TestFixtures, getting things closer to where I want 
them to be.

The only change was:

- Add a "strict mode" to `compare`. When used, it ensures that
   the values compared are not only equal but also of the same
   type. This mode is not used by default, and the default mode
   restores the more commonly useful functionality where values of
   similar types but that aren't equal give useful feedback about
   differences.

For details, read:

http://packages.python.org/testfixtures/comparing.html#strict-comparison

The full list of changes can be found here:

http://packages.python.org/testfixtures/changes.html

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