Read the corresponding Blog: http://blog.via-internet.de/blog/2019/05/17/tdd-with-python/
python3 -m venv .env/python
. .env/python/bin/activate
pip install --upgrade pip
pip install pytest
http://www.thedigitalcatonline.com/blog/2015/05/13/python-oop-tdd-example-part1/