summaryrefslogtreecommitdiff
path: root/Doc/library/unittest.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-12-28 18:48:58 +0200
committerBerker Peksag <berker.peksag@gmail.com>2014-12-28 18:48:58 +0200
commit7fd9ee5026ca16866bedc29f33bf996cc9fddc9d (patch)
treef22428e29167314040e6e5752ce3412543f78f6c /Doc/library/unittest.rst
parent6636c043bcae85d771adebae3696b36d7442ce14 (diff)
parente0990a52378b8cb95ef1c0be974101aa98b58c9f (diff)
downloadcpython-7fd9ee5026ca16866bedc29f33bf996cc9fddc9d.tar.gz
Issue #23125: Update nose project page link.
Reported by Damien Mari?.
Diffstat (limited to 'Doc/library/unittest.rst')
-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 341c7acb6b..92609ec9cf 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -51,7 +51,7 @@ test runner
Kent Beck's original paper on testing frameworks using the pattern shared
by :mod:`unittest`.
- `Nose <http://code.google.com/p/python-nose/>`_ and `py.test <http://pytest.org>`_
+ `Nose <https://nose.readthedocs.org/en/latest/>`_ and `py.test <http://pytest.org>`_
Third-party unittest frameworks with a lighter-weight syntax for writing
tests. For example, ``assert func(10) == 42``.