Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Withers Newsgroups: comp.lang.python Subject: testfixtures 4.7.0 Released! Date: Thu, 10 Dec 2015 18:02:49 +0000 Lines: 30 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 6Y0b0t1smc+z5dX/qPAjrQvNXRMBGz1oUaGt33Gn9Wug== 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; 'resulting': 0.04; 'from:name:chris withers': 0.07; 'list...': 0.07; 'pypi': 0.07; 'from:addr:simplistix.co.uk': 0.09; 'message- id:@simplistix.co.uk': 0.09; 'raised.': 0.09; 'received:server1.simplistix.co.uk': 0.09; 'received:simplistix.co.uk': 0.09; 'url:github': 0.09; 'bug': 0.10; 'python': 0.10; 'exception': 0.13; 'added:': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'simplistix': 0.16; 'to:name:python list': 0.16; 'url:simplistix': 0.16; 'skip:` 10': 0.18; 'all,': 0.20; 'fix': 0.21; 'from:addr:chris': 0.22; 'parameter': 0.22; 'cheers,': 0.22; 'pass': 0.22; 'testing': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'to:no real name:2**1': 0.27; "i'm": 0.30; 'announce': 0.32; 'source': 0.33; 'open': 0.33; 'add': 0.34; 'list': 0.34; 'should': 0.36; 'to:addr :python-list': 0.36; 'release': 0.37; 'mailing': 0.38; 'mean': 0.38; 'rather': 0.39; 'to:addr:python.org': 0.40; 'received:uk': 0.61; 'show': 0.62; 'back': 0.62; 'charset:windows-1252': 0.62; 'linked': 0.63; 'here:': 0.63; 'pleased': 0.64; 'url:co': 0.65 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 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: , Xref: csiph.com comp.lang.python:100243 Hi All, I'm pleased to announce the release of testfixtures 4.7.0. Since 4.5.1, the following have been added: - Add the ability to pass raises=False to compare() to just get the resulting message back rather than having an exception raised. - Fix a bug that mean symlinked directories would never show up when using TempDirectory.compare() and friends. - Add the `followlinks` parameter to TempDirectory.compare() to indicate that symlinked or hard linked directories should be recursed into when using `recursive=True`. 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