<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>On a quick skim, looks like nice work. If you want to see if it handles a lot of the cases (better or as well) that lisp-unit was designed for, see</div>
<div><br>
</div>
<div>   <a href="http://www.cs.northwestern.edu/academics/courses/325/programs/exercise-tests.lisp">http://www.cs.northwestern.edu/academics/courses/325/programs/exercise-tests.lisp</a></div>
<div><br>
</div>
<div>This is what tests my students' solutions to exercises from Graham and elsewhere. I'd prefer to use a standard test framework in my class, but I would want that particular file to continue to be simple for novices to read and understand, since they're
 the target audience.</div>
<div><br>
</div>
<div> I'll try making the translation myself sometime but it won't be for the next few months at least, due to time constraints.</div>
<div><br>
</div>
<div>I notice that you didn't include an "assert-prints" though obviously it's not hard to use some wrapper macro like</div>
<div><br>
</div>
<div>   (assert-equal "...." (collect-output (print-dots 4)))</div>
<div><br>
</div>
<div>I would recommend adding something comparable to lisp-unit's assert-equality that lets you handle special equality testers, like set-equal, epsilon-equal, etc. (I used to call it assert-predicate but that implied a unary rather than binary predicate.)</div>
<div><br>
</div>
<div>Nice job.</div>
<div><br>
</div>
<div><br>
</div>
<br>
<div>
<div>On Nov 10, 2012, at 11:41 AM, Tapiwa Gutu wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite"><font face="arial,helvetica,sans-serif">Faithful hackers,<br>
<br>
</font><font face="arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif">I decided to take up the challenge laid down
</span></font><span style="font-family:arial,helvetica,sans-serif">here <a href="http://fare.livejournal.com/169346.html" target="_blank">
http://fare.livejournal.com/169346.html</a> </span><span style="font-family:arial,helvetica,sans-serif"><font face="arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif">and try to consolidate the Common Lisp unit testing frameworks.</span></font></span><span style="font-family:arial,helvetica,sans-serif">
 I have written a framework that aims to consolidate all the major features of all your frameworks mentioned in this blog
<a href="http://aperiodic.net/phil/archives/Geekery/notes-on-lisp-testing-frameworks.html" target="_blank">
http://aperiodic.net/phil/archives/Geekery/notes-on-lisp-testing-frameworks.html</a>.<br>
<br>
You can find it on Github <a href="https://github.com/tgutu/clunit" target="_blank">
https://github.com/tgutu/clunit</a>. I also wrote a blog on the development of the framework and reasons for it here
<a href="http://ml.sun.ac.za/2012/11/09/developing-a-unit-test-framework-part-1/" target="_blank">
http://ml.sun.ac.za/2012/11/09/developing-a-unit-test-framework-part-1/</a> if you are interested.<br>
<br>
I would very much appreciate it, if you could join me in this effort and we all work together torwards making this project a success.<br>
<br>
Regards,<br>
Tapiwa</span> </blockquote>
</div>
<br>
<div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Christopher
 Riesbeck<br>
Home page: <a href="http://www.cs.northwestern.edu/~riesbeck">http://www.cs.northwestern.edu/~riesbeck</a><br>
Calendar: <a href="http://calendar.yahoo.com/criesbeck">http://calendar.yahoo.com/criesbeck</a><br>
<br>
</span></div>
<br>
</body>
</html>