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,743 of 186,938
Downloads: 298,565
Daily
Ranking: 7,763 of 186,929
Downloads: 216
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,261 | 554,110 | ruby_memcheck |
10,249 | 267,863 | openstudio-standards |
147,800 | 3,706 | spn2 |
Depends on
Rank | Downloads | Name |
---|---|---|
15 | 1,064,881,893 | minitest |
2,042 | 11,578,710 | minitest-hooks |
9,064 | 346,446 | minitest-global_expectations |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jeremyevans |