Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / doc / plugins / cover.rst
1 Cover: code coverage
2 ====================
3
4 .. note ::
5
6    Newer versions of coverage contain their own nose plugin which is
7    superior to the builtin plugin. It exposes more of coverage's
8    options and uses coverage's native html output. Depending on the
9    version of coverage installed, the included plugin may override the
10    nose builtin plugin, or be available under a different name. Check
11    ``nosetests --help`` or ``nosetests --plugins`` to find out which
12    coverage plugin is available on your system.
13
14 .. autoplugin :: nose.plugins.cover