mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
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:
@@ -190,23 +190,6 @@ the unittest module!
|
|||||||
`py.test <https://docs.pytest.org/en/latest/>`_
|
`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
|
tox
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user