Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 272 Bytes

Roman Numerals Kata starter code

Roman Numerals Kata in python

Prerequisites

  • Python >= 3.8
  • Pytest
  • Make (optional)
  • A python virtual environment (optional)

Quick start

Run kata

make run or python .

Run tests

make test or python -m pytest