Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98082
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Withers <chris@simplistix.co.uk> |
| Newsgroups | comp.lang.python |
| Subject | testfixtures 4.4.0 Released! |
| Date | Sun, 1 Nov 2015 22:08:46 -0600 |
| Lines | 35 |
| Message-ID | <mailman.48.1446437658.4463.python-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de m4E1JJv3TZlceZAjhxi9VAcgom9eHnBY4jOc+SE6EUTQ== |
| Return-Path | <chris@simplistix.co.uk> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'from:name:chris withers': 0.07; 'list...': 0.07; 'pypi': 0.07; 'from:addr:simplistix.co.uk': 0.09; 'message-id:@simplistix.co.uk': 0.09; 'received:server1.simplistix.co.uk': 0.09; 'received:simplistix.co.uk': 0.09; 'url:github': 0.09; 'python': 0.10; 'dictionaries': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'simplistix': 0.16; 'to:name:python list': 0.16; 'url:simplistix': 0.16; 'all,': 0.20; 'fix': 0.21; 'arguments': 0.22; 'explicit': 0.22; 'from:addr:chris': 0.22; 'cheers,': 0.22; 'daniel': 0.23; 'sets': 0.23; 'feature': 0.24; 'testing': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'parameters': 0.27; 'to:no real name:2**1': 0.27; 'actual': 0.28; 'initial': 0.28; "i'm": 0.30; 'announce': 0.32; 'source': 0.33; 'open': 0.33; 'add': 0.34; 'list': 0.34; 'expected': 0.35; 'keyword': 0.36; 'to:addr:python-list': 0.36; 'thanks': 0.37; 'release': 0.37; 'drop': 0.38; 'mailing': 0.38; 'to:addr:python.org': 0.40; 'received:uk': 0.61; 'charset:windows-1252': 0.62; 'here:': 0.63; 'pleased': 0.64; 'url:co': 0.65; 'differences': 0.66 |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:98082 |
Show key headers only | View raw
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