toil.test.options.options

Classes

OptionsTest

Class to test functionality of all Toil options

Module Contents

class toil.test.options.options.OptionsTest(methodName='runTest')

Bases: toil.test.ToilTest

Class to test functionality of all Toil options

test_default_caching_slurm()

Test to ensure that caching will be set to false when running on Slurm :return:

test_worker_exits_with_sentinel_code_on_missing_job_store()

Worker should exit with TOIL_WORKER_NO_JOB_STORE_EXIT_CODE when the job store is unreachable.

test_caching_option_priority()

Test to ensure that the –caching option takes priority over the default_caching() return value :return: