From: Andrew M. Kuchling Date: Thu, 6 May 2010 17:27:57 +0000 (+0000) Subject: Change section title; point to unittest2 X-Git-Tag: v2.7b2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acab940c70866ade0d5425ceb792c842977e009b;p=python Change section title; point to unittest2 --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index a41395a278..616191c3dc 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -1564,12 +1564,15 @@ Polo's work was more comprehensive. .. _unittest-section: -Unit Testing Enhancements +Updated module: unittest --------------------------------- The :mod:`unittest` module was greatly enhanced; many new features were added. Most of these features were implemented -by Michael Foord, unless otherwise noted. +by Michael Foord, unless otherwise noted. The enhanced version of +the module is downloadable separately for use with Python versions 2.4 to 2.6, +packaged as the :mod:`unittest2` package, from +http://pypi.python.org/pypi/unittest2. When used from the command line, the module can automatically discover tests. It's not as fancy as `py.test `__ or