summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-10-19 19:22:20 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-19 19:22:20 (GMT)
commit88eeda6311a8e3bf57136da5f73c70bc91ad79f3 (patch)
treeb3211e6b9712ba9ea94108753a0675f7e120ee9f /Doc/library/unittest.rst
parente4c431ecf50def40eb93c3969c1e4eeaf7bf32f1 (diff)
downloadcpython-88eeda6311a8e3bf57136da5f73c70bc91ad79f3.zip
cpython-88eeda6311a8e3bf57136da5f73c70bc91ad79f3.tar.gz
cpython-88eeda6311a8e3bf57136da5f73c70bc91ad79f3.tar.bz2
Remove doc reference to unmaitained Nose package (GH-16849)
The Nose package is no longer maintained.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r--Doc/library/unittest.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 8c9affe..9e66a2c 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -56,8 +56,8 @@ test runner
Kent Beck's original paper on testing frameworks using the pattern shared
by :mod:`unittest`.
- `Nose <https://nose.readthedocs.io/>`_ and `pytest <https://docs.pytest.org/>`_
- Third-party unittest frameworks with a lighter-weight syntax for writing
+ `pytest <https://docs.pytest.org/>`_
+ Third-party unittest framework with a lighter-weight syntax for writing
tests. For example, ``assert func(10) == 42``.
`The Python Testing Tools Taxonomy <https://wiki.python.org/moin/PythonTestingToolsTaxonomy>`_