Commit f0f0843d authored by Georg Brandl's avatar Georg Brandl

Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@.

parent 76834a1a
...@@ -91,7 +91,7 @@ need to derive from a specific class. ...@@ -91,7 +91,7 @@ need to derive from a specific class.
Third-party unittest frameworks with a lighter-weight syntax for writing Third-party unittest frameworks with a lighter-weight syntax for writing
tests. For example, ``assert func(10) == 42``. 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 An extensive list of Python testing tools including functional testing
frameworks and mock object libraries. frameworks and mock object libraries.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment