Installation das Projekt auf einem virtuellen Python-Umgebung:
pip install -e .
python3 -m unittest discover --pattern *tests.py
```shell
```