toil.test.src.retainTempDirTest

Classes

TestCleanWorkDir

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

Functions

tempFileTestJob(job)

tempFileTestErrorJob(job)

Module Contents

class toil.test.src.retainTempDirTest.TestCleanWorkDir

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

testNever(tmp_path)
Parameters:

tmp_path (pathlib.Path)

Return type:

None

testAlways(tmp_path)
Parameters:

tmp_path (pathlib.Path)

Return type:

None

testOnErrorWithError(tmp_path)
Parameters:

tmp_path (pathlib.Path)

Return type:

None

testOnErrorWithNoError(tmp_path)
Parameters:

tmp_path (pathlib.Path)

Return type:

None

testOnSuccessWithError(tmp_path)
Parameters:

tmp_path (pathlib.Path)

Return type:

None

testOnSuccessWithSuccess(tmp_path)
Parameters:

tmp_path (pathlib.Path)

Return type:

None

toil.test.src.retainTempDirTest.tempFileTestJob(job)
Parameters:

job (toil.job.JobFunctionWrappingJob)

Return type:

None

toil.test.src.retainTempDirTest.tempFileTestErrorJob(job)
Parameters:

job (toil.job.JobFunctionWrappingJob)

Return type:

None