First of all, I must say I'm new to testing in Clojure. My current workflow 
is pretty simple:

* Edit + save the tests (which use clojure.test - I hear Midje is better 
though) in emacs
* Run `lein test` in the terminal
* recur

But then the printed values (triggered when e.g. an `are` case fails) are 
fairly illegible, especially when big.

Can I get the test runner to pprint its output? Is my workflow improvable 
anyway?

Thanks - Victor

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to