RubyGems Navigation menu

minitest-parallel_fork 1.1.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:
= Copier Copié!

installation:
=

Versions:

  1. 2.0.0 - November 08, 2023 (8,5 ko)
  2. 1.3.1 - September 25, 2023 (7,5 ko)
  3. 1.3.0 - July 05, 2022 (7,5 ko)
  4. 1.2.0 - August 16, 2021 (9 ko)
  5. 1.1.2 - July 05, 2018 (8,5 ko)
  6. 1.1.0 - April 19, 2018 (8 ko)
Voir toutes les versions (10)

Dépendances de Development (1):

minitest >= 5.11.0

Propriétaires:

Auteurs:

  • Jeremy Evans

Total de contrôle SHA 256:

7c89edc6f7f9b12fe21aa2e52115a4576e8d108e7e8e3fa5e347a24ea56e2a2f

Total de téléchargements 142 431

Pour cette version 1 779

License:

MIT

Version de Ruby requise: >= 0

Liens: