toil.test.src.jobEncapsulationTest¶
Classes¶
Tests testing the EncapsulationJob class. |
Functions¶
|
|
|
Module Contents¶
- class toil.test.src.jobEncapsulationTest.TestJobEncapsulation¶
Tests testing the EncapsulationJob class.
- testEncapsulation(tmp_path)¶
Tests the Job.encapsulation method, which uses the EncapsulationJob class.
- Parameters:
tmp_path (pathlib.Path)
- Return type:
None
- testAddChildEncapsulate()¶
Make sure that the encapsulate child does not have two parents with unique roots.
- Return type:
None
- toil.test.src.jobEncapsulationTest.noOp()¶
- Return type:
None
- toil.test.src.jobEncapsulationTest.encapsulatedJobFn(job, string, outFile)¶
- Parameters:
job (toil.job.Job)
string (str)
outFile (pathlib.Path)
- Return type: