X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=README;h=7fceecbc8c4992de83f21b23cba7773927f75095;hb=6e195606e06173086a91616042adef3072633d92;hp=a2079b71d630bd7e2d99ad20b3d1ad9a4c6b27a9;hpb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13;p=xlunit.git diff --git a/README b/README index a2079b7..7fceecb 100644 --- a/README +++ b/README @@ -1,10 +1,8 @@ XLUnit provides a unit testing package for Common Lisp. It it based -on the XPTest package by OnShore development, but is rewritten to be -closer in usage to the JUnit package. - -XLUnit it is designed to be used with significantly less overhead on -the part of the test author compared to XPTest. Most powerfully, -XLUnit can create dynamic test suites based on defined methods. +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).