GildedRose-Refactoring-Kata/README.md
2025-02-06 14:08:09 +10:30

18 lines
356 B
Markdown

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:
```bash
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