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,706 of 188,368
Downloads: 315,891
Daily
Ranking: 10,662 of 188,354
Downloads: 87
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,101 | 609,300 | ruby_memcheck |
| 10,215 | 282,732 | openstudio-standards |
| 142,702 | 4,102 | spn2 |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,116,750,343 | minitest |
| 2,039 | 12,324,345 | minitest-hooks |
| 9,052 | 366,075 | minitest-global_expectations |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jeremyevans |