We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c269a commit 87d415fCopy full SHA for 87d415f
Doc/library/unittest.rst
@@ -87,7 +87,7 @@ need to derive from a specific class.
87
Kent Beck's original paper on testing frameworks using the pattern shared
88
by :mod:`unittest`.
89
90
- `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>`_
91
Third-party unittest frameworks with a lighter-weight syntax for writing
92
tests. For example, ``assert func(10) == 42``.
93
0 commit comments