You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Du Li <li...@yahoo-inc.com> on 2015/01/09 01:22:11 UTC

how to run clojure test cases in storm

Does anybody know how to run individual test cases written in clojure in the storm code base? For example, there is a very interesting set of test cases in file storm-core/test/clj/backtype/storm/integration_test.clj. I want to run all those tests or a single test (e.g., test-basic-topology) in that file. Either using maven or lein will be fine.
Thanks,Du