File: control

package info (click to toggle)
python-xmlrunner 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 376 kB
  • sloc: python: 2,071; makefile: 214; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,051 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
Source: python-xmlrunner
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.6.1
Homepage: https://github.com/xmlrunner/unittest-xml-reporting
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-lxml,
               python3-setuptools
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-xmlrunner.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-xmlrunner

Package: python3-xmlrunner
Architecture: all
Depends: python3-lxml,
         ${misc:Depends},
         ${python3:Depends}
Description: unit test runner reporting in xUnit format (Python 3)
 This module provides a unit test runner saving its result in
 the xUnit format, which can be consumed by a wide range of tools
 such as build systems, integrated development environments and
 continuous integration servers.
 .
 This package installs the library for Python 3.