HCADatalab / powderkeg

Live-coding the cluster!
Eclipse Public License 1.0
159 stars 23 forks source link

Move fixtures out of deftest forms into a runner namespace #33

Closed viesti closed 7 years ago

viesti commented 7 years ago

Now we can run all tests inside deftestforms in local spark (same JVM) and in out-of-process Spark, against both 1.5 and 2.1 versions.

Running tests in the repl uses current keg/*sc* instead of modifying it so one can keep a SparkContext open and the in the repl just run a clojure.test function.