Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #93

pytest-2.0.3: bug fixes and speed ups

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <holger@merlinux.eu>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'bug': 0.02; 'skip': 0.04; 'subject:bug': 0.04; 'python.': 0.05; 'fixes': 0.05; 'cpython': 0.07; 'used.': 0.07; 'holger': 0.09; 'object.': 0.09; 'prefixed': 0.09; 'skip:= 70': 0.11; 'examples': 0.12; 'output': 0.12; '"test"': 0.16; '2.0.2': 0.16; 'bugfix': 0.16; 'jython': 0.16; 'pypy': 0.16; 'received:eu': 0.16; 'skips': 0.16; 'subject:fixes': 0.16; 'tracebacks': 0.16; 'zlib': 0.16; 'invalid': 0.16; 'traceback': 0.16; '(and': 0.22; 'fix': 0.24; 'classes': 0.26; 'testing': 0.28; 'skip:- 40': 0.29; 'changes': 0.29; 'actually': 0.34; 'there': 0.35; 'characters': 0.35; 'files,': 0.35; 'tool': 0.35; 'header:User-Agent:1': 0.35; 'doing': 0.36; 'missing': 0.36; 'charset:us-ascii': 0.36; 'supporting': 0.37; '(by': 0.38; 'to:addr:python-announce-list': 0.38; 'install': 0.38; 'url:org': 0.38; 'docs': 0.39; 'to:addr:python.org': 0.39; 'tested': 0.40; 'mature': 0.60; 'here:': 0.61; 'to:2**2': 0.61; 'full': 0.62; 'collection': 0.71; 'failure': 0.71; '1.6': 0.84; 'easy_install': 0.84; 'received:85.25': 0.84; 'ups': 0.84
Date Sun, 17 Apr 2011 21:18:38 +0000
From holger krekel <holger@merlinux.eu>
To Testing in Python <testing-in-python@lists.idyll.org>, py-dev@codespeak.net, python announce <python-announce-list@python.org>
Subject pytest-2.0.3: bug fixes and speed ups
Mail-Followup-To holger krekel <holger@merlinux.eu>, Testing in Python <testing-in-python@lists.idyll.org>, py-dev@codespeak.net, python announce <python-announce-list@python.org>
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 Mon, 18 Apr 2011 02:16:07 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.487.1303085768.9059.python-announce-list@python.org> (permalink)
Lines 40
NNTP-Posting-Host 82.94.164.166
X-Trace 1303085768 news.xs4all.nl 34849 [::ffff:82.94.164.166]:39776
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python.announce:93

Show key headers only | View raw


py.test 2.0.3: bug fixes and speed ups
===========================================================================

Welcome to pytest-2.0.3, a maintenance and bug fix release of pytest,
a mature testing tool for Python, supporting CPython 2.4-3.2, Jython
and latest PyPy interpreters.  See the extensive docs with tested examples here:

    http://pytest.org/

If you want to install or upgrade pytest, just type one of::

    pip install -U pytest # or
    easy_install -U pytest

There also is a bugfix release 1.6 of pytest-xdist, the plugin
that enables seemless distributed and "looponfail" testing for Python.

best,
holger krekel

Changes between 2.0.2 and 2.0.3
----------------------------------------------

- fix issue38: nicer tracebacks on calls to hooks, particularly early
  configure/sessionstart ones

- fix missing skip reason/meta information in junitxml files, reported
  via http://lists.idyll.org/pipermail/testing-in-python/2011-March/003928.html

- fix issue34: avoid collection failure with "test" prefixed classes
  deriving from object.

- don't require zlib (and other libs) for genscript plugin without
  --genscript actually being used.

- speed up skips (by not doing a full traceback represenation
  internally)

- fix issue37: avoid invalid characters in junitxml's output

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

pytest-2.0.3: bug fixes and speed ups holger krekel <holger@merlinux.eu> - 2011-04-17 21:18 +0000

csiph-web