This is an exercise to learn unit testing with Python. It is also a good exercise to learn about design principles and TDD.
If you like this workshop, please visit our website and subscribe to our newsletter:
We aslso recommend our online training, testing sostenible
Requires python3.10 or higher.
Move to the root folder of this repo and type:
python3.10 -m venv venv
source venv/bin/active
pip install -r requirements.txt