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,630 of 189,104
Downloads: 326,023
Daily
Ranking: 9,409 of 189,083
Downloads: 127
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,006 | 640,342 | ruby_memcheck |
| 10,205 | 288,471 | openstudio-standards |
| 141,996 | 4,182 | spn2 |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,138,395,412 | minitest |
| 2,033 | 12,708,376 | minitest-hooks |
| 9,067 | 370,920 | minitest-global_expectations |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jeremyevans |