class Autotest

def rerun_all_tests

def rerun_all_tests
  reset
  run_tests
  hook :all_good if all_good
end