toil.test.src.retainTempDirTest¶
Classes¶
Tests testing :class:toil.fileStores.abstractFileStore.AbstractFileStore |
Functions¶
|
|
|
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:
- Return type:
None
- toil.test.src.retainTempDirTest.tempFileTestErrorJob(job)¶
- Parameters:
- Return type:
None