It's a fairly common idiom in other languages to have your test suite broken up into unit tests and higher-level integration tests.
I've implemented this for one of my projects using metadata on each test var. Unfortunately the current implementation of deftest does not provide a way to set metadata this way, so I had to create a deftest* macro that takes a metadata map argument. Would it be a good idea to change deftest so that it accepts an optional metadata map just like defn? I can implement it if it's wanted. thanks, Phil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---