mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Documents Scheme port how to run and test.
This commit is contained in:
parent
6b492c223a
commit
2a64f7c460
18
scheme/README.md
Normal file
18
scheme/README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Scheme port of the Gilded-Rose Kata
|
||||||
|
|
||||||
|
This is a (Gambit) R5RS Scheme port of the *Gilded-Rose-Kata*.
|
||||||
|
|
||||||
|
## Building and Running
|
||||||
|
|
||||||
|
```shell
|
||||||
|
gsi texttest-fixture.scm
|
||||||
|
```
|
||||||
|
|
||||||
|
## Unit Test
|
||||||
|
|
||||||
|
`assert.scm` is a minimalist implementation of xUnit in Scheme style.
|
||||||
|
There are two assertions available, e.g. `(assert=)` and `(assert-string=)`.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
gsi gilded-rose-test.scm
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user