Closed segiddins closed 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
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.
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