[ buster ]
[ 源代码: nosexcover ]
软件包:python-nosexcover(1.0.11-1.1)
Add Cobertura-style XML coverage report to nose (Python2 version)
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 2 version of the module.
其他与 python-nosexcover 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-coverage (>= 3.4)
- code coverage tool for Python 2
-
- dep: python-nose
- test discovery and running of Python's unittest