A solution to the kata at https://codingdojo.org/kata/birthday-greetings
- Install Python 3.7 or higher on your system.
- Install PDM on your system.
- From a command prompt in the project directory, type
pdm install
. - Install and run Mailhog with its defaults (port 8025) in order to mock and test the email services.
- From a command prompt inside the project folder, type
pdm run pytest
.