fix announcement

This commit is contained in:
holger krekel 2011-08-20 18:51:53 +02:00
parent 09933b8b04
commit 88c5299a94
1 changed files with 5 additions and 5 deletions

View File

@ -6,12 +6,12 @@ popular py.test testing tool. See extensive docs with examples here:
http://pytest.org/
Most bug fixes fix remaining issues with the perfected assertions introduced
with 2.1.0 - thanks to the bug reporters and to Benjamin Peterson for
helping to fix them. Also, junitxml output now produces system-out/err
tags which are shown more nicely within Jenkins environments.
Most bug fixes address remaining issues with the perfected assertions
introduced with 2.1.0 - many thanks to the bug reporters and to Benjamin
Peterson for helping to fix them. Also, junitxml output now produces
system-out/err tags which lead to better displays of tracebacks with Jenkins.
NOTE particularly to package maintainers and others interested: there now
Also a quick note to package maintainers and others interested: there now
is a "pytest" man page which can be generated with "make man" in doc/.
If you want to install or upgrade pytest, just type one of::