Registry / testing / minitest-parallel-fork

minitest-parallel-fork

JSON →
library2.1.1rbrubygemsunverified

minitest-parallel_fork adds fork-based parallelization to Minitest, enabling each test suite to run in a separate fork for improved performance and compatibility with before_all/after_all/around_all hooks.

gem install minitest-parallel_fork
INSTALL
IMPORT
SIG · MINITEST-PARALLEL-
M
minitest-parallel-fork
testingrubyv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Minitest
require 'minitest/parallel_fork'

Enable fork-based parallel test execution in Minitest

require 'minitest/parallel_fork' Minitest.parallel_fork = true
Debug
Known issues
breakingFork-based parallelism is not supported on JRuby or Windows
fix
Use thread-based parallelism or skip this gem on unsupported platforms
affects: >= 0.0.0
Upgrade
Version history
2.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
minitest-parallel-fork — gem install minitest-parallel-fork · libregistry