subunit-2to1

command line tools for processing Subunit streams

Install

All systems
curl cmd.cat/subunit-2to1.sh
Debian Debian
apt-get install subunit
Ubuntu
apt-get install subunit
Alpine
apk add subunit
Arch Arch Linux
pacman -S python-subunit
image/svg+xml Kali Linux
apt-get install subunit
Fedora
dnf install subunit-filters
Windows (WSL2)
sudo apt-get update sudo apt-get install subunit
Raspbian
apt-get install subunit
Docker
docker run cmd.cat/subunit-2to1 subunit-2to1 powered by Commando

subunit

command line tools for processing Subunit streams

subunit is a protocol for test activity serialisation deserialisation. This permits executing tests remotely, or saving the result of test runs for later introspection. The subunit package includes the subunit command line tools: subunit-diff, subunit-filter subunit-stats tap2subunit subunit2pyunit subunit-ls subunit-tags, subunit2gtk

subunit-filters

subunit streams

python-subunit

unit testing protocol - Python bindings to generate and consume streams

subunit is a protocol for test activity serialisation deserialisation. This permits executing tests remotely, or saving the result of test runs for later introspection. The python-subunit package includes the Python language bindings.