Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ronny Pfannschmidt Newsgroups: comp.lang.python.announce Subject: pytest 2.8.4 was released :) Date: Sun, 6 Dec 2015 20:28:11 +0100 Lines: 54 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de fQra8Bkd3arSw99/XzHXIAkSPhKVFTlKcDONBDOCRV2Q== 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; 'jeff': 0.04; 'testing,': 0.05; 'deprecated': 0.07; 'nasty': 0.07; 'pypi': 0.07; 'subject:released': 0.07; '1100': 0.09; 'non-ascii': 0.09; 'release,': 0.09; 'python': 0.10; 'output': 0.13; 'nicholas': 0.16; 'practices.': 0.16; 'pytest': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'run.': 0.16; 'skip:` 10': 0.18; 'skip:` 20': 0.18; 'tests': 0.18; 'changes': 0.20; 'contributed': 0.20; 'fix': 0.21; 'passing': 0.23; 'tim': 0.24; 'testing': 0.25; 'install': 0.25; 'header:User-Agent:1': 0.26; 'compatible': 0.27; 'error': 0.27; 'collecting': 0.27; 'module.': 0.27; 'function': 0.28; 'itself,': 0.29; 'summary': 0.29; 'supposed': 0.31; 'at:': 0.31; 'option': 0.31; 'another': 0.32; 'skip:_ 10': 0.32; 'platforms.': 0.33; 'correctly': 0.34; 'url:org': 0.36; 'tool': 0.36; 'thanks': 0.37; 'release': 0.37; 'skip:- 20': 0.39; 'test': 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'called': 0.40; 'received:network': 0.61; 'more': 0.63; 'different': 0.63; 'to:no real name:2**2': 0.65; '============': 0.84; 'florian': 0.84; 'pip': 0.84; 'sfxlen:1': 0.91 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 X-Mailman-Approved-At: Sun, 06 Dec 2015 15:17:41 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1946 pytest-2.8.4 ============ pytest is a mature Python testing tool with more than a 1100 tests against itself, passing on many different interpreters and platforms. This release is supposed to be drop-in compatible to 2.8.2. See below for the changes and see docs at: http://pytest.org As usual, you can upgrade from pypi via:: pip install -U pytest Thanks to all who contributed to this release, among them: Bruno Oliveira Florian Bruhin Jeff Widman Mehdy Khoshnoody Nicholas Chammas Ronny Pfannschmidt Tim Chan Happy testing, The py.test Development Team 2.8.4 (compared to 2.8.3) ----------------------------- - fix #1190: ``deprecated_call()`` now works when the deprecated function has been already called by another test in the same module. Thanks Mikhail Chernykh for the report and Bruno Oliveira for the PR. - fix #1198: ``--pastebin`` option now works on Python 3. Thanks Mehdy Khoshnoody for the PR. - fix #1219: ``--pastebin`` now works correctly when captured output contains non-ascii characters. Thanks Bruno Oliveira for the PR. - fix #1204: another error when collecting with a nasty __getattr__(). Thanks Florian Bruhin for the PR. - fix the summary printed when no tests did run. Thanks Florian Bruhin for the PR. - a number of documentation modernizations wrt good practices. Thanks Bruno Oliveira for the PR.