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


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

pytest-2.6.4: bugfix release

Date 2014-10-24 15:20 +0000
From holger krekel <holger@merlinux.eu>
Subject pytest-2.6.4: bugfix release
Newsgroups comp.lang.python.announce
Message-ID <mailman.15131.1414165407.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


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.

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


Thread

pytest-2.6.4: bugfix release  holger krekel <holger@merlinux.eu> - 2014-10-24 15:20 +0000

csiph-web