py.test
Simple, powerful testing in Python
Install
- All systems
-
curl cmd.cat/py.test.sh
- Debian
-
apt-get install python-pytest - Ubuntu
-
apt-get install python-pytest -
Alpine
-
apk add pytest - Arch Linux
-
pacman -S python-pytest - Kali Linux
-
apt-get install python-pytest - CentOS
-
yum install pytest - Fedora
-
dnf install python2-pytest - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-pytest - Raspbian
-
apt-get install python-pytest - Docker
-
docker run cmd.cat/py.test py.testpowered by Commando
python-pytest
Simple, powerful testing in Python
This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. This package provides the Python 2 modules and the py.test script.