Skip to content

fhuitelec/gilded-rose-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gilded Rose starting position in Python

Important

⏯️ You can check out this YouTube video to see my (@fhuitelec) take on this kata.

Exercice

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.0 diff

Credits

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.

Setup

You need uv installed.

make install

Run the example

make run

Run the unit tests

make test