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 <[email protected]> wrote: how do I able to run repl and test through repl for storm project?
