Categories: None [Edit]
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.
Total
Ranking: 9,732 of 187,224
Downloads: 303,466
Daily
Ranking: 7,485 of 187,196
Downloads: 269
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,228 | 564,307 | ruby_memcheck |
10,217 | 273,157 | openstudio-standards |
145,357 | 3,864 | spn2 |
Depends on
Rank | Downloads | Name |
---|---|---|
16 | 1,076,293,235 | minitest |
2,041 | 11,764,688 | minitest-hooks |
9,069 | 349,869 | minitest-global_expectations |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jeremyevans |