]> granicus.if.org Git - python/commitdiff
Link to unittest2 article
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 10 May 2010 15:03:35 +0000 (15:03 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 10 May 2010 15:03:35 +0000 (15:03 +0000)
Doc/whatsnew/2.7.rst

index 70ea41c0c94fabb70c6dc96cd750f3ff953d6e6a..6fe294eb04515b912ed13d564028b5e330223ef7 100644 (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
 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: