class Autotest

def reorder files_to_test

def reorder files_to_test
  max = files_to_test.size
  files_to_test.sort_by { |k,v| rand max }
end