I am setting up tests with clojure.test that are driven by a CSV where each line represents one test case. Right now, there is a single deftest function that runs all the assertions. That's ok but creates reporting like 1 test was run with 1000s of assertions. Clojure being so dynamic, is it possible to create tests on-the-fly and run them where each dynamic test represents each row so that the reporting says X tests (where X == number of CSV rows).
I'm fairly new to clojure and quite unfamiliar with the ins-and-outs of clojure.test. Any pointers here would be appreciated. Thank you -- 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