Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed7.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; 'url:simplistix': 0.16; 'directory.': 0.18; 'all,': 0.20; 'explicit': 0.22; 'from:addr:chris': 0.22; 'cheers,': 0.22; '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; 'rules': 0.31; 'announce': 0.32; 'source': 0.33; 'open': 0.33; 'add': 0.34; 'list': 0.34; '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; 'url:co': 0.65 From: Chris Withers Subject: testfixtures 4.3.0 Released! To: testing-in-python@lists.idyll.org, Python List , simplistix@googlegroups.com Date: Tue, 15 Sep 2015 14:54:55 +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 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442325725 news.xs4all.nl 23739 [2001:888:2000:d::a6]:48743 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3576 X-Received-Body-CRC: 3943392644 Xref: csiph.com comp.lang.python:96635 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 -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk