From a1a1409e42f9882633d8749d9a190611f4e2ccfd Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 28 Dec 2014 18:48:33 +0200 Subject: Issue #23125: Update nose project page link. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Damien MariƩ. --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c3ff494..c65a99d 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``. -- cgit v0.12