Link to unittest2 article

This commit is contained in:
Andrew M. Kuchling 2010-05-10 15:03:35 +00:00
parent 10595a64f3
commit 264552a827

View file

@ -1904,6 +1904,11 @@ large, so the module was turned into a package and the code split into
several files (by Benjamin Peterson). This doesn't affect how the several files (by Benjamin Peterson). This doesn't affect how the
module is imported or used. module is imported or used.
.. seealso::
http://www.voidspace.org.uk/python/articles/unittest2.shtml
Describes the new features, how to use them, and the
rationale for various design decisions. (By Michael Foord.)
.. _elementtree-section: .. _elementtree-section: