/doc/plugins/cover.rst

https://bitbucket.org/jpellerin/nose/ · ReStructuredText · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · dcaccc1efc33b1bbdc3765f0fb7195d1 MD5 · raw file

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