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
|
Source: junitparser
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bastian Germann <bage@debian.org>
Section: python
Priority: optional
Build-Depends: pybuild-plugin-pyproject, python3-all:any, debhelper-compat (= 13),
python3-setuptools, python3-future, python3-lxml, python3-pytest
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/weiwei/junitparser
Vcs-Git: https://salsa.debian.org/python-team/packages/junitparser.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/junitparser
Package: junitparser
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-junitparser
Section: utils
Description: Merges JUnit/xUnit Result XML files
junitparser is a JUnit/xUnit result XML Parser. Use it to parse and manipulate
existing Result XML files, or create new JUnit/xUnit result XMLs from scratch.
.
The command line tool can merge several Result XML files to one file.
Package: python3-junitparser
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Manipulates JUnit/xUnit Result XML files
junitparser is a JUnit/xUnit result XML Parser. Use it to parse and manipulate
existing Result XML files, or create new JUnit/xUnit result XMLs from scratch.
.
There are already a lot of modules that convert JUnit/xUnit XML from a
specific format, but you may run into some proprietary or less-known formats
and you want to convert them and feed the result to another tool, or, you may
want to manipulate the results in your own way.
|