Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eaaddf5

Browse filesBrowse 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
Copy full SHA for eaaddf5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-17
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-17
lines changed

‎docs/writing/tests.rst

Copy file name to clipboardExpand all lines: docs/writing/tests.rst
-17Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.