Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 491 Bytes

File metadata and controls

14 lines (8 loc) · 491 Bytes

Gilded Rose Refactoring Kata using Python.

See Gilded Rose Refactoring Kata original code before refactoring.

How to run the code:

  • 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.