diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index ea86ee8..23e0f01 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -190,23 +190,6 @@ the unittest module! `py.test `_ -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 `_ - - tox ---