From: Georg Brandl Date: Sun, 6 Oct 2013 09:10:49 +0000 (+0200) Subject: Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld... X-Git-Tag: v2.7.6rc1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0f0843df30623db608b2977a69aeed968631f8a;p=python Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index e5faa9a50f..999b024e69 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -91,7 +91,7 @@ need to derive from a specific class. Third-party unittest frameworks with a lighter-weight syntax for writing tests. For example, ``assert func(10) == 42``. - `The Python Testing Tools Taxonomy `_ + `The Python Testing Tools Taxonomy `_ An extensive list of Python testing tools including functional testing frameworks and mock object libraries.