summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-05-06 17:27:57 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-05-06 17:27:57 (GMT)
commitacab940c70866ade0d5425ceb792c842977e009b (patch)
treee8129b9005e5a520158a6c763d04ebd40da88580
parent837a538db1cf63e47f1b2a03314139862309148b (diff)
downloadcpython-acab940c70866ade0d5425ceb792c842977e009b.zip
cpython-acab940c70866ade0d5425ceb792c842977e009b.tar.gz
cpython-acab940c70866ade0d5425ceb792c842977e009b.tar.bz2
Change section title; point to unittest2
-rw-r--r--Doc/whatsnew/2.7.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index a41395a..616191c 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 <http://pytest.org>`__ or