HCADatalab / powderkeg

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

Refactor tests for running same asserts in docker and local mode #26

Closed viesti closed 7 years ago

viesti commented 7 years ago

Idea is to be able to run same tests against local mode and a Spark in a separate process (2.1 and 1.5). Could probably be factored so that a deftest form would not have to decide where to run tests, but this could be a starting point.