Re: A question on deftest- macro.

2011-11-07 Thread Stephen Compall
On Sat, 2011-11-05 at 22:47 -0700, Young Kim wrote: > Did the developer of the deftest- macro write a incorrect code or > am I wrong in understanding the prupose of the deftest- macro? Note :test in the metadata below; deftest- doesn't change whether your definition is registered as a test, only

Re: A question on deftest- macro.

2011-11-06 Thread Young Kim
Thanks a lot, Phil! I agree with you because your soultion can be a good workaround. But I want to know the reason why the deftest- macro is not working as intended. Could you tell me why? Did the developer of the deftest- macro write a incorrect code or am I wrong in understanding the prupose o

Re: A question on deftest- macro.

2011-11-05 Thread Phil Hagelberg
On Sat, Nov 5, 2011 at 6:57 AM, Young Kim wrote: > The unexpected result was that the message "Ran 5 tests containing 8 > assertions". > > The expected message was that "Ran 3 tests containing 4 assertions", > because of two dertest- macros in my test code. > > How can I block the execution of the