GildedRose-Refactoring-Kata/elisp
2024-10-06 22:09:49 +01:00
..
gilded-rose-test.el Kata setup with one failing test 2024-10-06 21:54:44 +01:00
gilded-rose.el Kata setup with one failing test 2024-10-06 21:54:44 +01:00
readme.org Added readme file 2024-10-06 22:09:49 +01:00

Gilded Rose

Gilded Rose kata in Elisp!

Structure

gilded-rose.el contains source code. gilded-rose-test.el uses ert to run tests

Running tests

  • Use the command eval-buffer on gilded-rose.el
  • Use the command eval-buffer on gilded-rose-test.el
  • Test can be run interactively using the command ert or with (ert-run-tests-interactively t)