junitparser 2.7.0-2 source package in Ubuntu

Changelog

junitparser (2.7.0-2) unstable; urgency=medium

  * Eliminate one more pytest -k- occurence (Closes: #1014481)

 -- Bastian Germann <email address hidden>  Wed, 06 Jul 2022 20:44:37 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junitparser_2.7.0-2.dsc 2.0 KiB c97f594d3a85752db71b5728a5efd4e1a52aca1aacb4b9337826890b0c8f16e2
junitparser_2.7.0.orig.tar.gz 20.1 KiB ed460d15e7d24049531853dbd875482755109ee75852260eacc3cc242746bf58
junitparser_2.7.0-2.debian.tar.xz 3.3 KiB 622ef46bf2d7334dbe026c4a70a09ab113f82474ea7c84b44e1e775353287585

Available diffs

No changes file available.

Binary packages built by this source

junitparser: 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.

python3-junitparser: 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.