toil.test.options.options

Module Contents

Classes

OptionsTest

Class to test functionality of all Toil options

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

Bases: toil.test.ToilTest

Class to test functionality of all Toil options

test_default_caching_slurm()[source]

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

test_caching_option_priority()[source]

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