pyjunitxml-3
PyUnit extension for reporting in JUnit compatible XML
Install
- All systems
-
curl cmd.cat/pyjunitxml-3.sh
- Debian
-
apt-get install python3-junitxml
- Ubuntu
-
apt-get install python3-junitxml
- Kali Linux
-
apt-get install python3-junitxml
- Fedora
-
dnf install python3-junitxml
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-junitxml
- Raspbian
-
apt-get install python3-junitxml
- Dockerfile
- dockerfile.run/pyjunitxml-3
python3-junitxml
PyUnit extension for reporting in JUnit compatible XML
junitxml is a Python module for recording test results from a stdlib unittest runner in a JUnit compatible XML stream. This package contains the junitxml module for Python 3.x.