Source: ruby-parallel-tests Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Hideki Yamane Build-Depends: debhelper-compat (= 13), gem2deb, ruby-parallel, # ruby-rspec (>= 3.3), # bundler, # cucumber (>= 3.0), # ruby-minitest (>= 5.5.0), # ruby-test-unit, # rake (>= 12.0), # ruby-bump, # ruby-spinach, Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-parallel-tests.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-parallel-tests Homepage: https://github.com/grosser/parallel_tests Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-parallel-tests Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby, ruby-parallel, ${misc:Depends}, ${shlibs:Depends} Description: Run Test::Unit / RSpec / Cucumber / Spinach in parallel Speedup Test::Unit + RSpec + Cucumber + Spinach by running parallel on multiple CPU cores. ParallelTests splits tests into even groups (by number of lines or runtime) and runs each group in a single process with its own database.