Fork me on GitHub
#clojure-dev
<
2016-02-08
>
ragge07:02:12

Is there a simple way to only run a specific clojure test?

Alex Miller (Clojure team)16:02:47

or do you mean in the clojure build itself?

Alex Miller (Clojure team)16:02:27

that is really for running a namespace of tests, but you can use basically the same thing + test-vars to run a particular test

ragge16:02:57

thanks, meant the clojure build... was wondering if there was an maven/ant way to do it, but that doc was useful, can create a script for my use case