toil.test.src.jobEncapsulationTest

Classes

TestJobEncapsulation

Tests testing the EncapsulationJob class.

Functions

noOp()

encapsulatedJobFn(job, string, outFile)

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:
Return type:

toil.job.Promise