Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
TestBindings Namespace Reference

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/'
 

Function Documentation

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)
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().

Variable Documentation

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.