i am trying to use lazytest with eclipse + ccw ? lazytest.watch does not work for me so far. so i run my lazytests via:
(ns myapp.runtests (:require lazytest.runner.console lazytest.color lazytest.report.nested)) ; switch ansi-coloring off (lazytest.color/set-colorize false) ; execute tests for specified namespaces (doseq [sym ['myapp.tests1 'myapp.tests2]] (println "Loading" sym) (require sym) (println "Running tests in" sym) (lazytest.report.nested/report (lazytest.runner.console/run-tests sym))) any better solutions ? On Sep 24, 9:38 pm, Stuart Sierra <the.stuart.sie...@gmail.com> wrote: > http://github.com/stuartsierra/lazytest > > My attempt to steal all the good ideas from clojure.test, Circumspec, > ClojureCheck, RSpec, Spock, ScalaTest, etc. Kudos to all those > authors for all their great work. > > -S -- 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