All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Fix unmatched parenthesis in special forms koans (@cniles)
- Fix typo of koan name in special forms (@argvniyx)
- Fix cl-structures and evaluation koans missing
elisp-koans/
prefix (@argvniyx)
- Hash table test which was unused (@cniles)
- information on the cheatsheet branch
- fix styling to be more consistent acress koans
- some variables which were polluting the local namespace were refactored out to use scoped definitions
elisp-koans/contemplate
function as main entrypoint for running tests (@matthew-piziak)
- fix prefix for
cl-loops
to include trailings
- alter
elisp-koans/run-tests
to run tests in the order provided byelisp-koans-groups
- fix styling to be more consistent across tests
- fix parentheses for lambda (@bcfurtado)
- usage of deprecated funcion
elisp-koans/assert-equal
- alias
elisp-koans
toelisp-koans/run-tests
- fix paren nesting bug in
elisp-koans/run-test
- interactive function
elisp-koans/run-tests
for running all tests or a specific koan group - interactive function
elisp-koans/run-test
for running a single test - koan selection to
elisp-koans/select-group
- fix test names lacking
elisp-koans/
prefix
- commented out / unused assertions
- this changelog
- elisp-koans test groups from lisp-koans
README.org
to provide an accurate usage description- elisp-koans tests to use ERT for test definitions, assertions, and runners