Rosetta  3.7
 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 
)

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)
def TestBindings.test_name (   test)

Referenced by json_file_name(), main(), and run_test().

Variable Documentation

list TestBindings._jobs_ = []
string TestBindings._test_output_ = '.test.output/'