![]() |
Rosetta
3.7
|
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 |
|||
) |
Referenced by run_test().
def TestBindings.json_file_name | ( | test | ) |
References test_name().
Referenced by main(), and run_test().
def TestBindings.main | ( | args | ) |
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.
References ObjexxFCL.len().
Referenced by main().
def TestBindings.run_test | ( | test | ) |
References execute(), basic::options::OptionKeys::in::file.file, BuildPackagedBindings.format, json_file_name(), and test_name().
Referenced by main().
def TestBindings.test_name | ( | test | ) |
Referenced by json_file_name(), main(), and run_test().
list TestBindings._jobs_ = [] |
string TestBindings._test_output_ = '.test.output/' |