mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-05 01:32:14 +00:00
Starting code for the GildedRose Refactoring Kata in many programming languages.
| .gitignore | ||
| gilded_rose.py | ||
| GildedRoseRequirements.md | ||
| README.md | ||
| requirements.txt | ||
| test_gilded_rose.py | ||
TODO: Link to Emily's original repo and video on the refactoring process
Getting setup
Firstly, setup a python 3.12 environment. TODO link to venv
Then, install the requirements:
pip install -r requirements.txt
Running the tests
This project uses approval tests to ensure the behavior of the code remains the same during refactoring