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