C
Chris Withers
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
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