Skip to content

pairspaces/gilded_rose

Repository files navigation

Gilded Rose Kata

Gilded Rose is a code kata used to practice refactoring an existing code base.


Description

This is the Python version of Gilded Rose. The original Python version is available from GildedRose-Refactoring-Kata.

The requirements of the problem is available from requirements.

Installation

Prerequisites

  • Python >=3.10
  • uv

Steps

  1. Install dependencies.

    uv sync

Tests

We use pytest to run tests.

uv run pytest

About

Gilded Rose is a popular Kata used to teach refactoring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages