toil.test.src.retainTempDirTest

Module Contents

Classes

CleanWorkDirTest

Tests testing :class:toil.fileStores.abstractFileStore.AbstractFileStore

Functions

tempFileTestJob(job)

tempFileTestErrorJob(job)

class toil.test.src.retainTempDirTest.CleanWorkDirTest(methodName='runTest')

Bases: toil.test.ToilTest

Inheritance diagram of toil.test.src.retainTempDirTest.CleanWorkDirTest

Tests testing :class:toil.fileStores.abstractFileStore.AbstractFileStore

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

testNever()
testAlways()
testOnErrorWithError()
testOnErrorWithNoError()
testOnSuccessWithError()
testOnSuccessWithSuccess()
toil.test.src.retainTempDirTest.tempFileTestJob(job)
toil.test.src.retainTempDirTest.tempFileTestErrorJob(job)