GildedRose-Refactoring-Kata/elisp/readme.org
mgd 91ebc85a70 * Amendments
- Initial test modified to be similar to Clojure version
- update-quality modified to read from make-item directly. Helper methods removed
2024-10-18 15:32:03 +02:00

14 lines
458 B
Org Mode

* Gilded Rose
Gilded Rose kata in Elisp!
* Structure
~gilded-rose.el~ contains source code. ~gilded-rose-test.el~ uses [[https://www.gnu.org/software/emacs/manual/html_mono/ert.html][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)~
* Todo
- Add TestText fixture