From 48e6823c7a552e5f1c53771b0ae826ac14b26683 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 18 Nov 2011 18:45:15 +0000 Subject: [PATCH] small fix to release announcement --- doc/Makefile | 2 +- doc/announce/release-2.2.0.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index bc965c7c4..cac3e770f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -40,7 +40,7 @@ clean: -rm -rf $(BUILDDIR)/* install: html - @rsync -avz _build/html/ pytest.org:/www/pytest.org/2.2.0.dev7 + @rsync -avz _build/html/ pytest.org:/www/pytest.org/2.2.0 installpdf: latexpdf @scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest diff --git a/doc/announce/release-2.2.0.txt b/doc/announce/release-2.2.0.txt index 14700ca17..ad58436cf 100644 --- a/doc/announce/release-2.2.0.txt +++ b/doc/announce/release-2.2.0.txt @@ -5,9 +5,9 @@ pytest-2.2.0 is a test-suite compatible release of the popular py.test testing tool. Plugins might need upgrades. It comes with these improvements: -* more powerful parametrization of tests: +* easier and more powerful parametrization of tests: - - new @pytest.mark.parametrize decorator for running test functions + - new @pytest.mark.parametrize decorator to run tests with different arguments - new metafunc.parametrize() API for parametrizing arguments independently - see examples at http://pytest.org/latest/example/parametrize.html - NOTE that parametrize() related APIs are still a bit experimental