|
add_file_handler(logger,
out_file,
format=' %(message)s ' )
Add a file handler to an existing logger. |
|
|
|
get_parser_subparser()
Parse the provided arguments, returning a tuple of optparse.Values
and a list of arguments. |
|
|
|
parse_run_args(args,
parser)
Parse the args from the parser and validate that the run command was
used. |
|
|
|
get_parser_command(args)
Gets the command used on the CLI for the argparser. |
|
|
|
|
|
get_suite(run_env,
args,
last_stage,
add_connected=False,
**kwargs)
Get a JobDJ loaded with the needed jobs from a specific suite. |
|
|
|
get_suite_jobs(run_env,
args,
last_stage,
**kwargs)
Get tests for a suite. |
|
|
|
run_suite(jobdj,
add_results=False,
kill_on_error=True)
Run all the jobs added to a jobdj object. |
|
|
|
_run_suite(jobdj,
add_results)
Just run jobdj to completion, reporting results if needed. |
|
|
|
run_main(schrodinger,
args,
last_stage,
**kwargs)
Functionality for the run command |
|
|
|
main(last_stage,
**kwargs) |
|
|