Skip to content

Commit 87d415f

Browse files
committed
Issue #23125: Update nose project page link.
Reported by Damien Marié.
1 parent 27c269a commit 87d415f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ need to derive from a specific class.
8787
Kent Beck's original paper on testing frameworks using the pattern shared
8888
by :mod:`unittest`.
8989

90-
`Nose <http://code.google.com/p/python-nose/>`_ and `py.test <http://pytest.org>`_
90+
`Nose <https://nose.readthedocs.org/en/latest/>`_ and `py.test <http://pytest.org>`_
9191
Third-party unittest frameworks with a lighter-weight syntax for writing
9292
tests. For example, ``assert func(10) == 42``.
9393

0 commit comments

Comments
 (0)