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: 10,903 of 183,147
Downloads: 204,230
Daily
Ranking: 10,034 of 183,139
Downloads: 16
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
8,623 | 328,961 | ruby_memcheck |
10,370 | 226,227 | openstudio-standards |
156,528 | 3,058 | spn2 |
Depends on
Rank | Downloads | Name |
---|---|---|
19 | 896,351,773 | minitest |
1,959 | 10,047,030 | minitest-hooks |
14,290 | 123,145 | minitest-global_expectations |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jeremyevans |