Update domain name to kpe.io
[xptest.git] / README
1 xptest - An "Extreme Programming" test framework for Common Lisp
2 ======================================================================
3
4 xptest is a framework for building test cases, managing test data, and
5 putting these together into test suites.  It provides a minimal level
6 of support for reports on test runs.  It's also a nice development
7 tool in that one can easily use it for organizing code fragments when
8 developing more complex features.
9
10
11 License (well, non-License)
12 ======================================================================
13 xptest is in the public domain.  It's so simple that even a copyright
14 is just a pathetic clinging some romantic notion of the author.
15
16
17 Installation
18 ======================================================================
19
20 This package uses ASDF to load its files.
21
22
23
24 Author
25 ======================================================================
26
27 xptest is maintained by Craig Brozefsky <craig@red-bean.com>.  Any bug
28 reports, comments, or patches can be sent to him.
29
30 Others who have contributed:
31 Lyn Headley <lyn@onshore.com>
32 Stig Erik Sandoe <stig@ii.uib.no>
33 Kevin Rosenberg <kevin@rosenberg.net>