class ParallelTests::CLI

def append_test_options(options, argv)

def append_test_options(options, argv)
  new_opts = extract_test_options(argv)
  return if new_opts.empty?
  options[:test_options] ||= []
  options[:test_options] += new_opts
end