2 new changesets in pytest: http://bitbucket.org/hpk42/pytest/changeset/49f11dbff725/ changeset: r2201:49f11dbff725 user: hpk42 date: 2011-04-17 23:16:14 summary: add release announcement affected #: 3 files (1.3 KB)
--- a/CHANGELOG Sun Apr 17 23:15:51 2011 +0200 +++ b/CHANGELOG Sun Apr 17 23:16:14 2011 +0200 @@ -1,4 +1,4 @@ -Changes between 2.0.2 and 2.0.3.dev +Changes between 2.0.2 and 2.0.3 ---------------------------------------------- - fix issue38: nicer tracebacks on calls to hooks, particularly early --- a/doc/announce/index.txt Sun Apr 17 23:15:51 2011 +0200 +++ b/doc/announce/index.txt Sun Apr 17 23:16:14 2011 +0200 @@ -5,6 +5,7 @@ .. toctree:: :maxdepth: 2 + release-2.0.3 release-2.0.2 release-2.0.1 release-2.0.0 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/announce/release-2.0.3.txt Sun Apr 17 23:16:14 2011 +0200 @@ -0,0 +1,40 @@ +py.test 2.0.3: bug fixes and speed ups +=========================================================================== + +Welcome to pytest-2.0.3, a maintenance and bug fix release of pytest, +a mature testing tool for Python, supporting CPython 2.4-3.2, Jython +and latest PyPy interpreters. See the extensive docs with tested examples here: + + http://pytest.org/ + +If you want to install or upgrade pytest, just type one of:: + + pip install -U pytest # or + easy_install -U pytest + +There also is a bugfix release 1.6 of pytest-xdist, the plugin +that enables seemless distributed and "looponfail" testing for Python. + +best, +holger krekel + +Changes between 2.0.2 and 2.0.3 +---------------------------------------------- + +- fix issue38: nicer tracebacks on calls to hooks, particularly early + configure/sessionstart ones + +- fix missing skip reason/meta information in junitxml files, reported + via http://lists.idyll.org/pipermail/testing-in-python/2011-March/003928.html + +- fix issue34: avoid collection failure with "test" prefixed classes + deriving from object. + +- don't require zlib (and other libs) for genscript plugin without + --genscript actually being used. + +- speed up skips (by not doing a full traceback represenation + internally) + +- fix issue37: avoid invalid characters in junitxml's output + http://bitbucket.org/hpk42/pytest/changeset/2ca334d2f701/ changeset: r2202:2ca334d2f701 user: hpk42 date: 2011-04-17 23:16:16 summary: Added tag 2.0.3 for changeset 49f11dbff725 affected #: 1 file (94 bytes) --- a/.hgtags Sun Apr 17 23:16:14 2011 +0200 +++ b/.hgtags Sun Apr 17 23:16:16 2011 +0200 @@ -37,3 +37,5 @@ 2ef82d82daacb72733a3a532a95c5a37164e5819 2.0.3 2ef82d82daacb72733a3a532a95c5a37164e5819 2.0.3 c777dcad166548b7499564cb49ae5c8b4b07f935 2.0.3 +c777dcad166548b7499564cb49ae5c8b4b07f935 2.0.3 +49f11dbff725acdcc5fe3657cbcdf9ae04e25bbc 2.0.3 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. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn