class ParallelTests::CLI

def extract_test_options(argv)

def extract_test_options(argv)
  dash_index = argv.index("--") || -1
  argv[dash_index + 1..]
end