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


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

testfixtures 4.3.3 Released!

Started byChris Withers <chris@simplistix.co.uk>
First post2015-09-15 17:28 +0100
Last post2015-09-15 17:28 +0100
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  testfixtures 4.3.3 Released! Chris Withers <chris@simplistix.co.uk> - 2015-09-15 17:28 +0100

#96642 — testfixtures 4.3.3 Released!

FromChris Withers <chris@simplistix.co.uk>
Date2015-09-15 17:28 +0100
Subjecttestfixtures 4.3.3 Released!
Message-ID<mailman.601.1442334488.8327.python-list@python.org>
Sorry, the move to using Travis CI was not without bumps, and we're now 
on 4.3.3, which should be correctly built, including docs up on 
http://testfixtures.readthedocs.org/.

Apologies for the noise...

Chris

On 15/09/2015 14:54, Chris Withers wrote:
> Hi All,
>
> I'm pleased to announce the release of testfixtures 4.3.0. This is a 
> feature release that adds the following:
>
> - Add TempDirectory.compare with a cleaner, more explicit API that
>   allows comparison of only the files in a temporary directory.
>
> - Deprecate TempDirectory.check, TempDirectory.check_dir
>   and TempDirectory.check_all
>
> - Relax absolute-path rules so that if it's inside the TempDirectory,
>   it's allowed.
>
> - Allow OutputCapture to separately check output to stdout and
>   stderr.
>
> 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
>

[toc] | [standalone]


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


csiph-web