print('Usage: run-tests.py [OPTION] [PATH TO TEST FILES]')
print('')
print('By default, this will run all the tests in random order based on a seed, which will be printed before the tests. You can rerun an order by using the -seed option below.')
print(' [OPTIONS]')
print(' --seed=\t Specify a seed to get the same shuffle order more than once')