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,973 of 185,042
Downloads: 263,004
Daily
Ranking: 9,666 of 185,029
Downloads: 108
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,793 | 453,115 | ruby_memcheck |
10,240 | 248,595 | openstudio-standards |
155,403 | 3,252 | spn2 |
Depends on
Rank | Downloads | Name |
---|---|---|
19 | 973,890,069 | minitest |
2,001 | 10,800,288 | minitest-hooks |
12,950 | 156,915 | minitest-global_expectations |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jeremyevans |