Convert CUnit XML reports to JUnit XML format
Project description
cunit-to-junit
Convert CUnit XML test reports to JUnit XML format.
Installation
pip install cunit-to-junit
Usage
Command line
cunit-to-junit input.xml output.xml
Use -v / --verbose for debug logging.
Python API
from pathlib import Path
from cunit_to_junit import cunit_to_junit
cunit_to_junit(Path("cunit-results.xml"), Path("junit-results.xml"))
License
AGPL-3.0 — see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cunit_to_junit-0.1.0.tar.gz
(16.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cunit_to_junit-0.1.0.tar.gz.
File metadata
- Download URL: cunit_to_junit-0.1.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ad973800789911c98c1cc7e134f0aca3aa8794187e975bf4e8312deb2db2ebd
|
|
| MD5 |
2e0d2238592ec943f08bb955eb892c7e
|
|
| BLAKE2b-256 |
dca8ffa419a9ea76a9bce6a8fdac2773cc2171c67fa27896e969f590a0ca1fb0
|
File details
Details for the file cunit_to_junit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cunit_to_junit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abd37a760567c7e5ac04c72c87654a5d8aa5149f60749ddea247e53c6d7e925a
|
|
| MD5 |
b663cc3fef5fa80b91af5a59ea439cd4
|
|
| BLAKE2b-256 |
3392672178041c51308efc736f9c36bc431072b4b5a56177041e425533cbfcb2
|