Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98082
| From | Chris Withers <chris@simplistix.co.uk> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | testfixtures 4.4.0 Released! |
| Date | 2015-11-01 22:08 -0600 |
| Message-ID | <mailman.48.1446437658.4463.python-list@python.org> (permalink) |
Hi All,
I'm pleased to announce the release of testfixtures 4.4.0. This is a
feature release that adds the following:
- Add support for labelling the arguments passed to compare().
- Allow expected and actual keyword parameters to be passed to
compare().
- Fix "TypeError: unorderable types" when compare() found multiple
differences in sets and dictionaries on Python 3.
- Add official support for Python 3.5.
- Drop official support for Python 2.6.
Thanks to Daniel Fortunov for the initial ideas for explicit expected
and actual support in compare().
The package is on PyPI and a full list of all the links to docs, issue
trackers and the like can be found here:
https://github.com/Simplistix/testfixtures
Any questions, please do ask on the Testing in Python list or on the
Simplistix open source mailing list...
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
testfixtures 4.4.0 Released! Chris Withers <chris@simplistix.co.uk> - 2015-11-01 22:08 -0600
csiph-web