Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74998 > unrolled thread

testfixtures 4.0.0 Released!

Started byChris Withers <chris@simplistix.co.uk>
First post2014-07-22 16:07 +0100
Last post2014-07-22 20:49 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  testfixtures 4.0.0 Released! Chris Withers <chris@simplistix.co.uk> - 2014-07-22 16:07 +0100
    Re: testfixtures 4.0.0 Released! Roy Smith <roy@panix.com> - 2014-07-22 20:49 -0400

#74998 — testfixtures 4.0.0 Released!

FromChris Withers <chris@simplistix.co.uk>
Date2014-07-22 16:07 +0100
Subjecttestfixtures 4.0.0 Released!
Message-ID<mailman.12182.1406042260.18130.python-list@python.org>
Hi All,

I'm pleased to announce the release of testfixtures 4.0.0. This is a new 
feature release with the following major changes:

- Moved from buildout to virtualenv for development.

- compare() will now work recursively on data structures for
   which it has registered comparers, giving more detailed feedback on
   nested data structures. Strict comparison will also be applied
   recursively.

- Official support for Python 3.4.

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

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

[toc] | [next] | [standalone]


#75044

FromRoy Smith <roy@panix.com>
Date2014-07-22 20:49 -0400
Message-ID<roy-285BC3.20493022072014@news.panix.com>
In reply to#74998
In article <mailman.12182.1406042260.18130.python-list@python.org>,
 Chris Withers <chris@simplistix.co.uk> wrote:
 
> - Moved from buildout to virtualenv for development.

I use virtualenv (and love it).  I've never used buildout.  Would you be 
willing to give a short synopsis of why you switched?

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web