
Testing procedure

cd pypomp
python3 -m build
pip install --force-reinstall dist/pypomp-0.0.3-py3-none-any.whl

cd test
pytest .
