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,698 of 188,252
Downloads: 315,253
Daily
Ranking: 10,212 of 188,232
Downloads: 94
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,117 | 603,708 | ruby_memcheck |
| 10,215 | 281,837 | openstudio-standards |
| 142,848 | 4,087 | spn2 |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,112,504,629 | minitest |
| 2,037 | 12,265,860 | minitest-hooks |
| 9,061 | 364,368 | minitest-global_expectations |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jeremyevans |