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.
