GildedRose-Refactoring-Kata/io/README.md
2024-12-13 01:46:44 +01:00

22 lines
336 B
Markdown

# Gilded Rose starting position in Io
## Run the unit tests from the Command-Line
```shell
io ./tests/correctness/run.io
```
## Run the TextTest Fixture from Command-Line
```shell
io ./tests/correctness/TexttestFixture.io
```
### Specify Number of Days
For e.g. 10 days:
```shell
io ./tests/correctness/TexttestFixture.io 10
```