See Gilded Rose Refactoring Kata original code before refactoring.
- Running main:
To run the main code, clone this repository then cd into gilded_rose directory.
From there, you can run python3 texttest_fixture.py
.
- Running tests:
To run unit tests, run python3 -m unittest discover test
from the same gilded_rose directory.