python3-nosexcover

Add Cobertura-style XML coverage report to nose (Python3 version)
  http://pypi.python.org/pypi/nosexcover
  0
  no reviews



A companion to the built-in nose.plugins.cover, this plugin will write out an XML coverage report to a file named coverage.xml.

It will honor all the options you pass to the Nose coverage plugin, especially --cover-package.

This package contains the Python 3 version of the module.