This is a feature that should be added eventually. Considerations:
- Best implementation of parallel execution: threads, fork, drb?
- How to pool the results? Do we need to serialize using yaml or marshal across stdio or can we keep it internally?
- Probably parallel runs should be per-testcase, though feasibly they could be per-file or per-test.
This is a feature that should be added eventually. Considerations: