Fundamental testing of the core assertions in lisp-unit.
commitc007b649969c7f3083a7b9c2918a9a0e441b5f39
authorThomas M. Hermann <thomas.m.hermann@odonata-research.com>
Fri, 17 Sep 2010 03:26:36 +0000 (16 22:26 -0500)
committerThomas M. Hermann <thomas.m.hermann@odonata-research.com>
Tue, 15 Feb 2011 05:22:21 +0000 (14 23:22 -0600)
tree7010e8667638c9ca7302ed093b068f1a2a2d94e9
parentcea45ffab2b049a3c17e377beada50ea7dd2c0dc
Fundamental testing of the core assertions in lisp-unit.

Compares the macro expansion of each assertion against
the correct expansion using EQUAL. Because of the
literal function object bug, the only expansion that is
correct is assert-equality.

The correct approach to test assert-prints is not known
because of the presence of GENSYMS in the expansion.
internal-tests.lisp [new file with mode: 0644]