Thanks to visit codestin.com Credit goes to github.com
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 956de69 commit a1a1409Copy full SHA for a1a1409
1 file changed
Doc/library/unittest.rst
@@ -51,7 +51,7 @@ test runner
51
Kent Beck's original paper on testing frameworks using the pattern shared
52
by :mod:`unittest`.
53
54
- `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>`_
55
Third-party unittest frameworks with a lighter-weight syntax for writing
56
tests. For example, ``assert func(10) == 42``.
57
0 commit comments