Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'binary': 0.07; '1100': 0.09; 'escape': 0.09; 'explanation': 0.09; 'release.': 0.09; 'python': 0.11; 'bug': 0.12; 'changes': 0.15; '"-"': 0.16; '"not"': 0.16; '2.6.4': 0.16; 'anatoly': 0.16; 'deprecated.': 0.16; 'docs.': 0.16; 'itself,': 0.16; 'krekel,': 0.16; 'means.': 0.16; 'merlinux': 0.16; 'negation': 0.16; 'outdated': 0.16; 'parameter.': 0.16; 'pytest': 0.16; 'received:eu': 0.16; 'to:addr :python-announce-list': 0.16; 'index': 0.16; 'pushed': 0.16; 'fix': 0.17; 'all,': 0.19; 'passing': 0.19; 'gmbh': 0.22; 'tests': 0.22; 'header:User-Agent:1': 0.23; 'holger': 0.24; 'instead.': 0.24; 'subject:release': 0.24; 'source': 0.25; '----------': 0.26; 'testing': 0.29; 'fixed': 0.29; 'character': 0.29; 'reporting': 0.29; 'compatible': 0.32; 'beginning': 0.33; 'style': 0.33; 'updated': 0.34; 'at:': 0.34; 'message.': 0.35; 'tool': 0.35; 'add': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'should': 0.36; 'to:addr:python.org': 0.39; 'release': 0.40; 'even': 0.60; 'content-disposition:inline': 0.62; 'pick': 0.64; 'more': 0.64; 'different': 0.65; 'to:2**2': 0.65; 'blob': 0.84; 'mature': 0.84; 'sfxlen:1': 0.91 Date: Fri, 24 Oct 2014 15:20:03 +0000 From: holger krekel To: pytest-dev , python announce , Testing in Python Subject: pytest-2.6.4: bugfix release Mail-Followup-To: holger krekel , pytest-dev , python announce , Testing in Python MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Fri, 24 Oct 2014 17:43:26 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 43 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1414165407 news.xs4all.nl 2963 [2001:888:2000:d::a6]:55314 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4551 X-Received-Body-CRC: 264132657 Xref: csiph.com comp.lang.python.announce:1450 Hi all, just pushed pytest-2.6.4 to pypi, a small bug fix release. pytest is a popular and mature Python testing tool with more than a 1100 tests against itself, passing on many different interpreters and platforms. This release is drop-in compatible to 2.5.2 and 2.6.X. See below for the changes and see docs at: http://pytest.org Thanks to all who contributed, among them: Bruno Oliveira Floris Bruynooghe Dinu Gherman Anatoly Bubenkoff best, holger krekel, merlinux GmbH 2.6.4 ---------- - Improve assertion failure reporting on iterables, by using ndiff and pprint. - removed outdated japanese docs from source tree. - docs for "pytest_addhooks" hook. Thanks Bruno Oliveira. - updated plugin index docs. Thanks Bruno Oliveira. - fix issue557: with "-k" we only allow the old style "-" for negation at the beginning of strings and even that is deprecated. Use "not" instead. This should allow to pick parametrized tests where "-" appeared in the parameter. - fix issue604: Escape % character in the assertion message. - fix issue620: add explanation in the --genscript target about what the binary blob means. Thanks Dinu Gherman. - fix issue614: fixed pastebin support.