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
|
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.7.0
Homepage: https://github.com/xmlrunner/unittest-xml-reporting
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-lxml,
python3-setuptools,
python3-django <!nocheck>,
python3-pytest <!nocheck>,
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
Testsuite: autopkgtest-pkg-pybuild
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.
|