Install the environment by running pip install -r requirements.txt and
pip install -r requirements-test.txt
Adhere to the codestyle by calling black --line-length 99
Run tests locally by calling
python -m pytest --randomly-seed=42 --randomly-dont-reorganize --cov=src --pycodestyle src