File: control

package info (click to toggle)
nosexcover 1.0.11-1.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: python: 90; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: nosexcover
Section: python
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper (>= 10.0.0~),
 dh-python,
 python-all,
 python3,
 python-nose,
 python3-nose,
 python-setuptools,
 python3-setuptools,
Standards-Version: 4.1.1
Homepage: http://pypi.python.org/pypi/nosexcover

Package: python-nosexcover
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends}, python-nose, python-coverage (>= 3.4)
Description: 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.

Package: python3-nosexcover
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends}, python-nose, python-coverage (>= 3.4)
Description: Add Cobertura-style XML coverage report to nose (Python3 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 3 version of the module.