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,322 of 196,106
Downloads: 405,943
Daily
Ranking: 6,261 of 196,079
Downloads: 298
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 6,695 | 843,502 | ruby_memcheck |
| 10,083 | 339,880 | openstudio-standards |
| 138,100 | 4,693 | spn2 |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,280,319,739 | minitest |
| 1,999 | 15,188,248 | minitest-hooks |
| 8,908 | 448,605 | minitest-global_expectations |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jeremyevans |