From: Berker Peksag Date: Sun, 28 Dec 2014 16:48:33 +0000 (+0200) Subject: Issue #23125: Update nose project page link. X-Git-Tag: v3.4.3rc1~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1a1409e42f9882633d8749d9a190611f4e2ccfd;p=python Issue #23125: Update nose project page link. Reported by Damien MariƩ. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c3ff494e5f..c65a99d6d1 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 `_ and `py.test `_ + `Nose `_ and `py.test `_ Third-party unittest frameworks with a lighter-weight syntax for writing tests. For example, ``assert func(10) == 42``.