> I might even go so far as to suggest > making it wrap the built-in test task using hooks; have you considered > that?
lein-difftest now uses hooks to modify the behavior of "lein test". Huge improvement in the code - much simpler and no copying. > I'd rather wait on integrating it directly into Leiningen itself until > it's seen some more widespread use as a plugin, but it is definitely > not off the table for the future. It may be better to keep this as a plugin since it is more tightly coupled to clojure.test. Leiningen is test package agnostic. As other test frameworks emerge, different plugins can be created to use and improve upon them. > Another option is to use ANSI color codes to markup the text and > display it in the terminal. I have added some coloring (using clansi) to make the important bits stand out. I am not sure that this is an improvement. Thanks for the input. Brenton -- 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