summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 09:10:49 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 09:10:49 (GMT)
commitf0f0843df30623db608b2977a69aeed968631f8a (patch)
tree626e09248e1f83c798ce709fcf578b75921e94db
parent76834a1a2773acf66fbd3db01f587a20701c0a79 (diff)
downloadcpython-f0f0843df30623db608b2977a69aeed968631f8a.zip
cpython-f0f0843df30623db608b2977a69aeed968631f8a.tar.gz
cpython-f0f0843df30623db608b2977a69aeed968631f8a.tar.bz2
Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@.
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index e5faa9a..999b024 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 <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.