File: control

package info (click to toggle)
python-nosehtmloutput 0.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 268 kB
  • sloc: python: 511; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (2)
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
Source: python-nosehtmloutput
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 openstack-pkg-tools (>= 52~),
 python3-all,
 python3-nose,
 python3-setuptools,
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-nosehtmloutput
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-nosehtmloutput.git
Homepage: https://pypi.python.org/pypi/nosehtmloutput

Package: python3-nosehtmloutput
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Description: plugin to produce test results in html - Python 3.x
 A plugin for nosetests that will write out test results to results.html. The
 code is adapted from the example html output plugin at:
  https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py
 and the pyunit Html test runner at
  http://tungwaiyip.info/software/HTMLTestRunner.html.
 .
 This package contains the Python 3.x module.