RubyGems Navigation menu

minitest-parallel_fork 1.0.0

minitest-parallel_fork adds fork-based parallelization to Minitest. Each test/spec suite is run 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.5KB)
  2. 1.3.1 - September 25, 2023 (7.5KB)
  3. 1.3.0 - July 05, 2022 (7.5KB)
  4. 1.2.0 - August 16, 2021 (9KB)
  5. 1.1.2 - July 05, 2018 (8.5KB)
  6. 1.0.0 - May 11, 2015 (8KB)
全てのバージョンを表示(全10件)

Development依存関係 (1):

minitest > 5

所有者:

作者:

  • Jeremy Evans

SHA 256チェックサム:

a1bbabf5cd6ffbb44b71a9d382bfb0b2026caa04895cc789fe724046317f7d86

累計ダウンロード数 148,801

このバージョンのみ 2,594

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: