Thanks for all the replies! I'm trying midje first (keeping expectations in mind for later) as it seems to support writing tests and then code (i.e. top down testing).
(This video <https://github.com/marick/Midje/wiki/Top-down-testing> was useful, thanks for making it!) In generating documentation with marginalia (particularly useful for when I figure out how to get LaTeX formulae in there), I note that marginalia doesn't pickup files in /test but only /src. So it seems that I need to embed tests directly in my code in order to self-document. Is this a huge no-no, better ways to accomplish this? P.S. (Newbie) what's the difference between (:use [clojure.test]) and (:use midje.sweet)? Both seem to work. -- "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu -- 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