fukamachi/prove

Enable to change default test function

fukamachi opened this issue · 1 comments

Now default test function is #'equal, but it should be changable from outside.

(defvar *default-test-function* #'equal)

done