mrackwitz / CLIntegracon

Integration specs for your CLI
MIT License
12 stars 4 forks source link

Add option for parallel execution #16

Closed segiddins closed 8 years ago

segiddins commented 8 years ago

Since all the tests spawn new processes, and (presumably) most of the heavy work is done in the child process, it should be possible to parallelize most of the test execution, at least for the parts that call into the subprocess

mrackwitz commented 8 years ago

I agree, but I would tend to say that this is primarily the task of the test runner / framework and out of scope of this gem.