Hi guys,

I'm starting to use clojure.test but when I got a failing test I don't get
any information why the error failed.

for example if I evaluate this in the repl I just get *false* back

(is (= "a" "b"))

running the tests with (run-tests) give me this result back:

{:type :summary, :pass 2, :test 1, :error 0, :fail 1}

I would like to know if I'm missing something or maybe this is because I'm
using the lightable playground.

Thanks,
Erlis

-- 
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