Path: csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'allowed.': 0.07; 'from:name:chris withers': 0.07; 'list...': 0.07; 'pypi': 0.07; 'api': 0.09; '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; 'separately': 0.09; 'stdout': 0.09; 'url:github': 0.09; 'python': 0.10; 'output': 0.13; 'deprecate': 0.16; 'simplistix': 0.16; 'stderr.': 0.16; 'to:name:python list': 0.16; 'travis': 0.16; 'url:simplistix': 0.16; 'withers': 0.16; 'wrote:': 0.16; 'directory.': 0.18; 'all,': 0.20; 'explicit': 0.22; 'from:addr:chris': 0.22; 'sorry,': 0.22; 'cheers,': 0.22; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'testing': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'to:no real name:2**1': 0.27; 'comparison': 0.29; 'allows': 0.30; "i'm": 0.30; "we're": 0.30; 'rules': 0.31; 'announce': 0.32; 'source': 0.33; 'open': 0.33; 'correctly': 0.34; 'add': 0.34; 'list': 0.34; 'should': 0.36; 'url:org': 0.36; 'to:addr:python- list': 0.36; 'release': 0.37; 'mailing': 0.38; 'files': 0.38; 'to:addr:python.org': 0.40; 'received:uk': 0.61; 'charset:windows-1252': 0.62; 'more': 0.63; 'here:': 0.63; 'pleased': 0.64; 'built,': 0.84; 'url:readthedocs': 0.84 Subject: testfixtures 4.3.3 Released! To: testing-in-python@lists.idyll.org, Python List , simplistix@googlegroups.com References: <55F8232F.4090308@simplistix.co.uk> From: Chris Withers Date: Tue, 15 Sep 2015 17:28:05 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55F8232F.4090308@simplistix.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 39 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442334488 news.xs4all.nl 23814 [2001:888:2000:d::a6]:34510 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96642 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 >