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 #683
This commit is contained in:
Zac-HD
2017-11-27 13:22:30 +11:00
parent 516f9ad5e7
commit eaaddf5931
-17
View File
@@ -190,23 +190,6 @@ the unittest module!
`py.test <https://docs.pytest.org/en/latest/>`_
Nose
----
nose extends unittest to make testing easier.
.. code-block:: console
$ pip install nose
nose provides automatic test discovery to save you the hassle of manually
creating test suites. It also provides numerous plugins for features such as
xUnit-compatible test output, coverage reporting, and test selection.
`nose <https://nose.readthedocs.io/en/latest/>`_
tox
---