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')[source]

Bases: toil.test.ToilTest

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

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

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