From 4f50ae13364037f581c417d9acbb56b1a30f69b4 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 19 Aug 2009 18:25:11 +0200 Subject: [PATCH] finalize release announcement --HG-- branch : 1.0.x --- doc/announce/release-1.0.1.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/announce/release-1.0.1.txt b/doc/announce/release-1.0.1.txt index 96860024e..0b4beb1e1 100644 --- a/doc/announce/release-1.0.1.txt +++ b/doc/announce/release-1.0.1.txt @@ -1,17 +1,21 @@ 1.0.1: improved reporting, nose/unittest.py support, bug fixes ----------------------------------------------------------------------- -The py.test/pylib 1.0.1 release is a bugfix release, coming -with improved documentation and many test reporting improvements. -It also allows to run more existing nose and unittest.py style test suites. -For a testing quickstart and general documentation: +This is a bugfix release of pylib/py.test also coming with: + +* improved documentation, improved navigation +* test failure reporting improvements +* support for directly running existing nose/unittest.py style tests + +visit here for more info, including quickstart and tutorials: http://pytest.org and http://pylib.org -Changes 1.0.0 to 1.0.1 + +Changelog 1.0.0 to 1.0.1 ------------------------ -* added a 'pytest_nose' plugin which handles nose.SkipTest, +* added a default 'pytest_nose' plugin which handles nose.SkipTest, nose-style function/method/generator setup/teardown and tries to report functions correctly.