tappy
TAP consumer tool
Install
- All systems
-
curl cmd.cat/tappy.sh
- Debian
-
apt-get install tappy
- Ubuntu
-
apt-get install tappy
- Kali Linux
-
apt-get install tappy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tappy
- Raspbian
-
apt-get install tappy
- Dockerfile
- dockerfile.run/tappy
tappy
TAP consumer tool
The tap.py package provides a set of tools for working with the Test Anything Protocol (TAP). TAP is a line based test protocol for recording test data in a standard way. This package provides the command-line tool 'tappy', which parses TAP syntax in files or a stream and produces unittest-style output.