[Python-checkins] cpython (merge 3.4 -> default): Issue #23125: Update nose project page link.

berker.peksag python-checkins at python.org
Sun Dec 28 17:47:21 CET 2014


https://hg.python.org/cpython/rev/11fd71a37665
changeset:   93979:11fd71a37665
parent:      93977:1c51f1650c42
parent:      93978:0a2bb697d1c3
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Dec 28 18:48:58 2014 +0200
summary:
  Issue #23125: Update nose project page link.

Reported by Damien Marié.

files:
  Doc/library/unittest.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -51,7 +51,7 @@
       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``.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list