py.test-3.7
Simple, powerful testing in Python3
Install
- All systems
-
curl cmd.cat/py.test-3.7.sh
- Debian
-
apt-get install python3-pytest
- Ubuntu
-
apt-get install python3-pytest
- Kali Linux
-
apt-get install python3-pytest
- Fedora
-
dnf install python3-pytest
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pytest
- Raspbian
-
apt-get install python3-pytest
- Dockerfile
- dockerfile.run/py.test-3.7
python3-pytest
Simple, powerful testing in Python3
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 3 module and the py.test-3 script.