hanhanhan / gildedrose

Gilded Rose Refactoring Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gilded Rose Refactoring Exercise

This exercise is in as many languages as you want.

Get the repository:

git clone git@github.com:hanhanhan/gildedrose.git

Create an environment with python 3.8.

pip install -r requirements.txt

Some nice test commands to run:

Drop into the debugger if there's an error.

pytest --pdb maxfail=2

See test coverage.

coverage run -m pytest

About

Gilded Rose Refactoring Exercise


Languages

Language:Python 100.0%