Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e945052

Browse files
Remove doc reference to unmaitained Nose package (GH-16849)
The Nose package is no longer maintained. (cherry picked from commit 88eeda6) Co-authored-by: Jon Dufresne <[email protected]>
1 parent 82b5f6b commit e945052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/unittest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ test runner
5656
Kent Beck's original paper on testing frameworks using the pattern shared
5757
by :mod:`unittest`.
5858

59-
`Nose <https://nose.readthedocs.io/>`_ and `pytest <https://docs.pytest.org/>`_
60-
Third-party unittest frameworks with a lighter-weight syntax for writing
59+
`pytest <https://docs.pytest.org/>`_
60+
Third-party unittest framework with a lighter-weight syntax for writing
6161
tests. For example, ``assert func(10) == 42``.
6262

6363
`The Python Testing Tools Taxonomy <https://wiki.python.org/moin/PythonTestingToolsTaxonomy>`_

0 commit comments

Comments
 (0)