Sign in Sign up
rubygems

minitest-parallel_fork

minitest-parallel_fork adds fork-based parallelization to Minitest. Each test/spec suite is run in one of the forks, allowing this to work correctly when using before_all/after_all/around_all hooks provided by minitest-hooks. Using separate processes via fork can significantly improve spec performance when using MRI, and can work in cases where Minitest's default thread-based parallelism do not work, such as when specs modify the constant namespace.

Activity

Latest release
8mo ago
Total releases
12
Cadence
~11 months
Last 12 months
1

Reach

Stars

Details

License
MIT
First release
May 11, 2015
Releases
Version Released
2.1.1 patch
2.1.0 minor
2.0.0 major
1.3.1 patch
1.3.0 minor
1.2.0 minor
1.1.2 patch
1.1.1 patch
1.1.0 minor
1.0.2 patch
1.0.1 patch
1.0.0 initial