You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Derek Dagit <de...@yahoo-inc.com.INVALID> on 2014/11/03 17:43:20 UTC

Re: test clojure code

Here is what has worked for me:


cd storm-core
mvn clojure:repl
(use 'clojure.test)
(use '<<YOUR TEST NAMESPACE>>)
(run-tests '<<YOUR TEST NAMESPACE>>)

Ref: 
https://github.com/apache/storm/pull/14#issuecomment-31481945

-- 
Derek 




On Friday, October 31, 2014 7:04 AM, koray mehmet <ko...@gmail.com> wrote:
how do I able to run repl and test through repl for storm project?