[Python-checkins] cpython (3.4): 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/0a2bb697d1c3
changeset:   93978:0a2bb697d1c3
branch:      3.4
parent:      93973:4e8ac4173b3c
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Dec 28 18:48:33 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