descriptionA Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.
homepage URLhttp://www.cliki.net/lisp-unit
repository URLgit://github.com/OdonataResearchLLC/lisp-unit.git
ownerthomas.m.hermann@odonata-research.com
last changeSat, 27 Apr 2013 22:13:28 +0000
last refreshSun, 19 May 2013 17:09:31 +0200
Content tags:
Add:
readme
lisp-unit is a Common Lisp library that supports unit testing. It is an extension of the library written by Chris Riesbeck. There is a long history of testing packages in Lisp, usually called "regression" testers. More recent packages in Lisp and other languages have been inspired by JUnit for Java. Documentation is located in the documentation directory.
shortlog
2013-04-27 Thomas M. HermannIgnore CCL FASL files. master
2013-04-22 Thomas M. HermannRemove redundant function print-warning.
2013-04-18 Thomas M. HermannEnsure that a package object is used as the hash-key...
2013-04-18 Thomas M. HermannWarn when there are no tests or tags defined for a...
2013-04-02 Thomas M. HermannUse a function instead of a generic function to generat...
2013-03-18 Thomas M. HermannVersion 0.9.5 README. 0.9.5
2013-03-18 Thomas M. HermannMake the list of test names and tags optional.
2013-03-15 Thomas M. HermannSignal an error if no tests are defined in the package.
2013-03-14 Thomas M. HermannCorrectly quote name and use valid-test-name in define...
2013-03-14 Thomas M. HermannReplace assert-class function with generic function...
2013-03-14 Thomas M. HermannReplace assert-function with a generic function assert...
2013-03-14 Thomas M. HermannSignal a type-error if anything besides a symbol is...
2013-02-11 Thomas M. HermannUpdate the README for version 0.9.4. 0.9.4
2013-02-08 Thomas M. HermannMerge branch 'tap'
2013-02-08 Thomas M. HermannCorrect the macro expansion assertion to number GENSYMS... tap
2013-02-06 Thomas M. HermannMerge pull request #12 from AccelerationNet/tap-with...
...
tags
2 months ago 0.9.5
3 months ago 0.9.4 TAP ouput and test run complete...
5 months ago 0.9.3
7 months ago 0.9.2
7 months ago 0.9.1
7 months ago 0.9.0 Version 0.9.0
7 months ago 0.8.1
7 months ago 0.8.0 Improve test reporting.
17 months ago 0.7.0 Internal Testing
heads
3 weeks ago master
3 months ago tap