File: control

package info (click to toggle)
ruby-parallel-tests 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 760 kB
  • sloc: ruby: 5,446; javascript: 16; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: ruby-parallel-tests
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
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.7.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
Rules-Requires-Root: no

Package: ruby-parallel-tests
Architecture: all
Depends: ruby,
         ${ruby:Depends},
         ${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.