Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1450 > unrolled thread
| Started by | holger krekel <holger@merlinux.eu> |
|---|---|
| First post | 2014-10-24 15:20 +0000 |
| Last post | 2014-10-24 15:20 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
pytest-2.6.4: bugfix release holger krekel <holger@merlinux.eu> - 2014-10-24 15:20 +0000
| From | holger krekel <holger@merlinux.eu> |
|---|---|
| Date | 2014-10-24 15:20 +0000 |
| Subject | pytest-2.6.4: bugfix release |
| Message-ID | <mailman.15131.1414165407.18130.python-announce-list@python.org> |
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 top | Article view | comp.lang.python.announce
csiph-web