Pytest plugin to customize test ordering by running all "related" tests together.
TBD
Create a new virtual environment, activate it and install development requirements:
pip install requirements_dev.txt
Every commit must be checked with flake8 and mypy:
flake8
mypy .
py -m build
py -m twine upload --repository testpypi dist/*
py -m twine upload dist/*