Hi,

2010/9/27 faenvie <[email protected]>

> i am trying to use lazytest with eclipse + ccw ?
>

You note that you're using ccw, is that because you have a clue that there
could be something related to the "lazytest-ccw" combo in the issue you're
facing ?


>
> 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 <[email protected]> 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 [email protected]
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> [email protected]<clojure%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to