py.test-2.7
Simple powerful testing with Python
Install
- All systems
-
curl cmd.cat/py.test-2.7.sh
- Debian
-
apt-get install python-pytest
- Ubuntu
-
apt-get install python-pytest
- Alpine
-
apk add pytest
- Arch Linux
-
pacman -S python2-pytest
- Kali Linux
-
apt-get install python-pytest
- CentOS
-
yum install pytest
- Fedora
-
dnf install python2-pytest
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pytest
- Raspbian
-
apt-get install python-pytest
- Dockerfile
- dockerfile.run/py.test-2.7
- Docker
-
docker run cmd.cat/py.test-2.7 py.test-2.7
powered by Commando
python2-pytest
Simple powerful testing with Python
pytest
Simple powerful testing with Python
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.