Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37828686
en ru br
ALT Linux repos
S:1.2.0-alt1

Group :: Development/Ruby
RPM: gem-minitest-parallel-fork

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2.0-alt1
Build date: 18 january 2022, 20:43 ( 120.1 weeks ago )
Size: 9230 b

Home page:   http://github.com/jeremyevans/minitest-parallel…

License: MIT
Summary: Fork-based parallelization for minitest
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.

Current maintainer: Pavel Skrylev

List of contributors

List of rpms provided by this srpm:

  • gem-minitest-parallel-fork
  • gem-minitest-parallel-fork-devel
  • gem-minitest-parallel-fork-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin