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
