Hi Victor, I've developed something I use on my own projects to compare pretty printed test failure output. The final piece for it would be to incorporate its test failure report diffing into a leiningen plugin that wrapped lein test.
https://github.com/AlexBaranosky/gui-diff On Thu, Feb 14, 2013 at 3:06 PM, vemv <[email protected]> wrote: > 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 [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
