File: README

package info (click to toggle)
cl-xlunit 0.6.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: lisp: 573; makefile: 39
file content (8 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
XLUnit provides a unit testing package for Common Lisp.  It it based
on the 3 similar packages:
   JUnit by Kent Beck
   XPTest package by OnShore development
   CLOS-unit by Sandro Pedrazzini

XLUnit comes with its own test suite (tests.lisp) along with an
example file (example.lisp).