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.

2.1.1 12 个版本
安装
gem install minitest-parallel_fork
gem 'minitest-parallel_fork'
版本列表
2.1.1 1980-01-02
2.1.0 1980-01-02
2.0.0 2023-11-08
1.3.1 2023-09-25
1.3.0 2022-07-05
1.2.0 2021-08-16
1.1.2 2018-07-05
1.1.1 2018-05-07
1.1.0 2018-04-19
1.0.2 2017-02-27
1.0.1 2017-01-05
1.0.0 2015-05-11