pytest-3
Simple, powerful testing in Python3
Install
- All systems
-
curl cmd.cat/pytest-3.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 updatesudo apt-get install python3-pytest - Raspbian
-
apt-get install python3-pytest
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.