On Sat, Nov 5, 2011 at 6:57 AM, Young Kim <philo...@gmail.com> 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 two private deftest- macros in my
> test code?

Just use defn instead of deftest-. There's no reason calls to "is"
can't occur in regular function bodies.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to