RubyGems Navigation menu

minitest-parallel_fork 1.1.1

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.1.1 December 18, 2025 (9.5KB)
  2. 2.1.0 July 02, 2025 (9KB)
  3. 2.0.0 November 08, 2023 (8.5KB)
  4. 1.3.1 September 25, 2023 (7.5KB)
  5. 1.3.0 July 05, 2022 (7.5KB)
  6. 1.1.1 May 07, 2018 (8KB)
全てのバージョンを表示(全12件)

Development依存関係 (1):

minitest >= 5.11.0

所有者:

作者:

  • Jeremy Evans

SHA 256チェックサム:

=

累計ダウンロード数 316,311

このバージョンのみ 6,910

このバージョンがリリースされたのは:

ライセンス:

MIT

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

リンク: