|
ensembl-hive-python3
2.7.0
|
Go to the source code of this file.
Namespaces | |
| eHive.tests | |
Functions | |
| def | eHive.tests.testRunnable (testcase, runnableClass, inputParameters, refEvents, config=None) |
| Method to test a Runnable. More... | |
Variables | |
| eHive.tests.WarningEvent = collections.namedtuple('WarningEvent', ['message', 'is_error']) | |
| eHive.tests.DataflowEvent = collections.namedtuple('DataflowEvent', ['output_ids', 'branch_name_or_code']) | |
| eHive.tests.CompleteEarlyEvent = collections.namedtuple('CompleteEarlyEvent', ['message']) | |
| eHive.tests.FailureEvent = collections.namedtuple('FailureEvent', ['exception', 'args']) | |
| eHive.tests.__config | |
| Helper class to provide a test-enabled version of the requested Runnable. More... | |
| eHive.tests.__refEvents | |
| eHive.tests._BaseRunnable__params | |
| eHive.tests.input_job | |
| eHive.tests.debug | |
| eHive.tests.__created_worker_temp_directory | |
| Run the job's life cycle. More... | |