X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=README;fp=README;h=a2079b71d630bd7e2d99ad20b3d1ad9a4c6b27a9;hb=c7bc011f355411986f238987a4f97c93f66818dc;hp=0000000000000000000000000000000000000000;hpb=95c39c23a9d9db5b42fbc784ac75557fb1eb1a60;p=xlunit.git diff --git a/README b/README new file mode 100644 index 0000000..a2079b7 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +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. + +XLUnit comes with its own test suite (tests.lisp) along with an +example file (example.lisp). + +