Initial implementation of the internal testing functions.
[lisp-unit.git] / README
blob91202fc445e6af00419826245f653e31aba28274
1 lisp-unit
3 lisp-unit is a Common Lisp library that supports unit testing. It is
4 an extension of the library written by Chris Riesbeck. There is a long
5 history of testing packages in Lisp, usually called "regression"
6 testers. More recent packages in Lisp and other languages have been
7 inspired by JUnit for Java.
9 Documentation is located in the documentation directory.
11 Version 1 Tasks
13 (0.6.0) Single-file lisp-unit.
14 (0.7.0) Internal testing.
15 (0.8.0) Refined internal test data structures.
16 (0.9.0) Improved test report tools.
17 (1.0.0) Test Anything Protocol(TAP) support.
19 Future Features
21 - Fixtures
22 - Test Suites
23 - Benchmarking tools