RubyGems Navigation menu

minitest-parallel_fork 1.2.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:
= Copy to clipboard Copied!

install:
=

Versions:

  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 KB)
  5. 1.1.2 - July 05, 2018 (8.5 KB)
Show all versions (10 total)

Development Dependencies (2):

Owners:

Pushed by:

Authors:

  • Jeremy Evans

SHA 256 checksum:

550f5163fa19ab09c07af7a6e9cec1da504baa1079dd8fe6dd270d91929bad28

Total downloads 143,405

For this version 30,722

License:

MIT

Required Ruby Version: >= 0

Links: