Class: SnapCI::ParallelTests::Partition::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/snap_ci/parallel_tests/partition/runner.rb

Instance Method Summary collapse

Instance Method Details

#cli_helperObject



17
18
19
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 17

def cli_helper
  CLIHelper
end

#execute(test_files, options) ⇒ Object



9
10
11
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 9

def execute(test_files, options)
  $stdout.puts(test_files.collect {|f| f.dump }.join(' '))
end

#report_test_partitioning?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 13

def report_test_partitioning?
  false
end

#test_file_nameObject



25
26
27
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 25

def test_file_name
  'file'
end

#test_suffixObject



21
22
23
# File 'lib/snap_ci/parallel_tests/partition/runner.rb', line 21

def test_suffix
  //
end