Important
⏯️ You can check out this YouTube video to see my (@fhuitelec) take on this kata.
For exercise instructions, check out the docs (in french 🇫🇷).
- start the kata: checkout the tag
v0.1.0 - see the completed kata: checkout the tag
v1.0.0 - get a glance at the process: though the
v0.1.0...v1.0.0diff
This is heavily inspired from @emilybache's kata (code) initially created by Terry Hughes in 2011 (source).
The essence of the kata is exactly the same but the surroundings have been adapted to have a setup more easy & intuitive with pytest, Dev containers, uv and more.
You need uv installed.
make installmake run
make test