RubyGems Navigation menu

minitest-parallel_fork 1.3.0

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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 2.0.0 - November 08, 2023 (8.5 KB)
  2. 1.3.1 - September 25, 2023 (7.5 KB)
  3. 1.3.0 - July 05, 2022 (7.5 KB)
  4. 1.2.0 - August 16, 2021 (9.0 KB)
  5. 1.1.2 - July 05, 2018 (8.5 KB)
显示所有版本 (共 10 个)

Runtime 依赖 (1):

minitest >= 5.15.0

Development 依赖 (2):

业主:

推送:

作者:

  • Jeremy Evans

SHA 256 校验和:

1998528aa1245f89d597dd6e3914f0fe5feae30dac91b5b2f1bcac0e2cb88637

下载总量 143,497

这个版本 25,233

许可:

MIT

需要的 Ruby 版本: >= 0

链接: