cl-unit-test News
Brought to you by:
sami-makinen
asdf-installable version.
(asdf-install:install 'cl-unit-test)
Bug fix: cl-unit-test unit tests had hard coded paths. Now paths are calculated from *load-pathname*.
Bug fix: ASDF test runner did not find unit test files. Component pathname contained file part which messed up the full pathname.
New feature: assert-no-condition fails if given form signals any condition.