testr-python2

Database of test results - Python 2.x library

Install

All systems
curl cmd.cat/testr-python2.sh
Debian Debian
apt-get install python-testrepository
Ubuntu
apt-get install python-testrepository
Arch Arch Linux
pacman -S python-testrepository
image/svg+xml Kali Linux
apt-get install python-testrepository
Fedora
dnf install python-testrepository
Windows (WSL2)
sudo apt-get update sudo apt-get install python-testrepository
Raspbian
apt-get install python-testrepository

python-testrepository

Database of test results - Python 2.x library

Testrepository provides a database of test results and supports easy workflows to be built on top of that database. For instance, running just failing tests or getting the last test run back to examine again (without running the tests again). Testrepository is compatible with any test suite that can output subunit. This includes any TAP test suite and any pyunit compatible test suite. The python-testrepository package contains the Python testrepository library for Python 2.x, which can be used for programmatic access to the database.