Rosetta
|
Functions | |
def | execute |
def | mfork |
def | test_name |
def | json_file_name |
def | run_test |
def | main |
Variables | |
list | _jobs_ = [] |
string | _test_output_ = '.test.output/' |
def TestBindings.execute | ( | message, | |
commandline, | |||
return_ = False , |
|||
untilSuccesses = False |
|||
) |
Definition at line 17 of file TestBindings.py.
Referenced by run_test().
def TestBindings.json_file_name | ( | test | ) |
Definition at line 74 of file TestBindings.py.
References test_name().
Referenced by main(), and run_test().
def TestBindings.main | ( | args | ) |
Definition at line 98 of file TestBindings.py.
References BuildPackagedBindings.format, extract_scores_and_constraints.join, json_file_name(), mfork(), run_test(), and test_name().
def TestBindings.mfork | ( | ) |
Check if number of child process is below Options.jobs. And if it is - fork the new pocees and return its pid.
Definition at line 49 of file TestBindings.py.
References ObjexxFCL.len().
Referenced by main().
def TestBindings.run_test | ( | test | ) |
Definition at line 77 of file TestBindings.py.
References execute(), BuildPackagedBindings.format, json_file_name(), and test_name().
Referenced by main().
def TestBindings.test_name | ( | test | ) |
Definition at line 72 of file TestBindings.py.
Referenced by json_file_name(), main(), and run_test().
list TestBindings._jobs_ = [] |
Definition at line 48 of file TestBindings.py.
string TestBindings._test_output_ = '.test.output/' |
Definition at line 70 of file TestBindings.py.