| Trees | Indices | Help | 
 | 
|---|
|  | 
Runs workups.
Requires as input a testscript.TestScript object referring to a completed job. Uses the outcome status of the TestScript object as well as the workup protocol stored within the TestScript object to perform a workup and get a Pass/Fail (True/False) result for the test.
Actual workup criteria are in outcomes.
Copyright: Schrodinger, Inc. All rights reserved.
| 
 | |||
| boolean | 
 | ||
| 
 | |||
| 
 | |||
| callable | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| logger = log.get_logger('test_backend') | |||
| __package__ =  | |||
| 
 | |||
| 
 Runs the outcome_workup of a given script. 
 | 
| 
 Check that the exit status of the test matched expected. Either a good exit status or a bad one can be expected, you can't enforce that an exit status be "incorporated", for instance. | 
| 
 Gets the workup method based on a string specification. "Standard" workups should be specified like "workupfunctionname", and are in schrodinger.test.stu.outcomes. Custom workups are specified like "custom.modulename.workupfunctionname", and should be in schrodinger.test.stu.outcomes.custom, or subdirectories thereof. 
 | 
| 
 Runs the comparison method described by single_test 
 | 
| 
 Prints the summary information at end of a execution. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:19 2016 | http://epydoc.sourceforge.net |