amperity / greenlight

Clojure integration testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for distributed or parallelized execution of tests

jstokes opened this issue · comments

We have a TODO in the README to support parallelized/distributed tests. Tests are isolated enough that simply partitioning the set of tests to run gives good distribution, but we should consider more first class support of distributed tests.

Blocking this would be a method of rolling up reports from multiple tests runs to present a unified report (#5, #21).

Keeping this open for distributed tests