Skip to content

Commit eaaddf5

Browse files
committed
Nose is deprecated, remove suggestion
https://nose.readthedocs.io now suggests using nose2, which https://github.com/nose-devs/nose2 in turn has ceased feature development due to the popularity of py.test. Closes realpython#683
1 parent 516f9ad commit eaaddf5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/writing/tests.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -190,23 +190,6 @@ the unittest module!
190190
`py.test <https://docs.pytest.org/en/latest/>`_
191191

192192

193-
Nose
194-
----
195-
196-
nose extends unittest to make testing easier.
197-
198-
199-
.. code-block:: console
200-
201-
$ pip install nose
202-
203-
nose provides automatic test discovery to save you the hassle of manually
204-
creating test suites. It also provides numerous plugins for features such as
205-
xUnit-compatible test output, coverage reporting, and test selection.
206-
207-
`nose <https://nose.readthedocs.io/en/latest/>`_
208-
209-
210193
tox
211194
---
212195

0 commit comments

Comments
 (0)