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


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

testfixtures 3.1.0 Released!

Started byChris Withers <chris@simplistix.co.uk>
First post2014-05-25 17:44 +0100
Last post2014-05-25 17:44 +0100
Articles 1 — 1 participant

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


Contents

  testfixtures 3.1.0 Released! Chris Withers <chris@simplistix.co.uk> - 2014-05-25 17:44 +0100

#72018 — testfixtures 3.1.0 Released!

FromChris Withers <chris@simplistix.co.uk>
Date2014-05-25 17:44 +0100
Subjecttestfixtures 3.1.0 Released!
Message-ID<mailman.10303.1401036706.18130.python-list@python.org>
Hi All,

I'm pleased to announce the release of testfixtures 3.1.0. This is a new 
feature and bug fix release featuring the following changes:

- New RoundComparison object for comparing numbers to a given precision

- New 'unless' parameter to ShouldRaise, for situations where an 
exception is raised in Python 2 but not Python 3.

- Fixes for missing imports in fix for rare failures when cleaning up 
TempDirectory instances on Windows.

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] | [standalone]


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


csiph-web