[py-svn] commit/pytest: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Fri Nov 18 20:10:30 CET 2011


2 new commits in pytest:


https://bitbucket.org/hpk42/pytest/changeset/152271036933/
changeset:   152271036933
user:        hpk42
date:        2011-11-18 19:45:15
summary:     small fix to release announcement
affected #:  2 files

diff -r ccd5794f5850e6a635c8348999a1ebd846e15abb -r 1522710369337d96bf9568569d5f0ca9b38a74e0 doc/Makefile
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -40,7 +40,7 @@
 	-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 -r ccd5794f5850e6a635c8348999a1ebd846e15abb -r 1522710369337d96bf9568569d5f0ca9b38a74e0 doc/announce/release-2.2.0.txt
--- a/doc/announce/release-2.2.0.txt
+++ b/doc/announce/release-2.2.0.txt
@@ -5,9 +5,9 @@
 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



https://bitbucket.org/hpk42/pytest/changeset/cb50752789ad/
changeset:   cb50752789ad
user:        hpk42
date:        2011-11-18 19:48:44
summary:     Added tag 2.2.0 for changeset 152271036933
affected #:  1 file

diff -r 1522710369337d96bf9568569d5f0ca9b38a74e0 -r cb50752789ad067d7eaa3ce86bf96ed5027a383b .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -44,3 +44,4 @@
 e5e1746a197f0398356a43fbe2eebac9690f795d 2.1.0
 5864412c6f3c903384243bd315639d101d7ebc67 2.1.2
 12a05d59249f80276e25fd8b96e8e545b1332b7a 2.1.3
+1522710369337d96bf9568569d5f0ca9b38a74e0 2.2.0

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list