]> granicus.if.org Git - python/commitdiff
Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld...
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:10:49 +0000 (11:10 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:10:49 +0000 (11:10 +0200)
Doc/library/unittest.rst

index e5faa9a50f22abe039c93e5d1d93c8a9cc661377..999b024e6965ee0a00e12f7ee6a4b987b244ff87 100644 (file)
@@ -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 <http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy>`_
+   `The Python Testing Tools Taxonomy <http://wiki.python.org/moin/PythonTestingToolsTaxonomy>`_
       An extensive list of Python testing tools including functional testing
       frameworks and mock object libraries.