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 |
|
||
|
|||
|
|||
|
|||
|
|
|||
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. |
Runs the test's workupstr. If the workup is False, raises a WorkupFailure. Note that many workups raise an AssertionError when they fail. These are automatically turned into False by the workup wrapper. |
Prints the summary information at end of a execution.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:32:57 2017 | http://epydoc.sourceforge.net |