We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516f9ad commit eaaddf5Copy full SHA for eaaddf5
docs/writing/tests.rst
@@ -190,23 +190,6 @@ the unittest module!
190
`py.test <https://docs.pytest.org/en/latest/>`_
191
192
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
210
tox
211
---
212
0 commit comments