-
Name
-
minitest-parallel_fork
-
Version
-
2.0.0
-
Platform
-
ruby
-
Authors
-
Jeremy Evans
-
Bindir
-
bin
-
Date
-
2023-11-08 00:00:00 UTC
-
Dependencies
-
minitest (>= 5.15.0)
minitest-hooks (>= 0, development)
minitest-global_expectations (>= 0, development)
-
Description
-
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.
-
Email
-
code@jeremyevans.net
-
Extra rdoc files
-
README.rdoc
CHANGELOG
MIT-LICENSE
-
Files
-
CHANGELOG
MIT-LICENSE
README.rdoc
lib/minitest/parallel_fork.rb
lib/minitest/parallel_fork/fail_fast.rb
-
Homepage
-
http://github.com/jeremyevans/minitest-parallel_fork
-
Licenses
-
MIT
-
Metadata
-
{"bug_tracker_uri"=>"https://github.com/jeremyevans/minitest-parallel_fork/issues", "changelog_uri"=>"https://github.com/jeremyevans/minitest-parallel_fork/blob/master/CHANGELOG", "mailing_list_uri"=>"https://github.com/jeremyevans/minitest-parallel_fork/discussions", "source_code_uri"=>"https://github.com/jeremyevans/minitest-parallel_fork"}
-
Rdoc options
-
--quiet
--line-numbers
--inline-source
--title
minitest-parallel_fork: fork-based parallelization for minitest
--main
README.rdoc
-
Require paths
-
lib
-
Required ruby version
-
>= 2.2
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.4.10
-
Specification version
-
4
-
Summary
-
Fork-based parallelization for minitest
-
Original platform
-
ruby
-
New platform
-
ruby