Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: rm outdated comment about coverage.py containing a nose plugin. #1025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions doc/plugins/cover.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ Cover: code coverage

.. note ::

Newer versions of coverage contain their own nose plugin which is
superior to the builtin plugin. It exposes more of coverage's
options and uses coverage's native html output. Depending on the
version of coverage installed, the included plugin may override the
nose builtin plugin, or be available under a different name. Check
``nosetests --help`` or ``nosetests --plugins`` to find out which
coverage plugin is available on your system.
``nose`` Contains a plugin for the ``coverage.py`` package.

.. autoplugin :: nose.plugins.cover