toil.test.src.jobEncapsulationTest

Module Contents

Classes

JobEncapsulationTest

Tests testing the EncapsulationJob class.

Functions

noOp()

encapsulatedJobFn(job, string, outFile)

class toil.test.src.jobEncapsulationTest.JobEncapsulationTest(methodName='runTest')[source]

Bases: toil.test.ToilTest

digraph inheritance3f17582d5f { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "JobEncapsulationTest" [URL="#toil.test.src.jobEncapsulationTest.JobEncapsulationTest",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Tests testing the EncapsulationJob class."]; "ToilTest" -> "JobEncapsulationTest" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TestCase" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="A class whose instances are single test cases."]; "ToilTest" [URL="../../index.html#toil.test.ToilTest",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A common base class for Toil tests."]; "TestCase" -> "ToilTest" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Tests testing the EncapsulationJob class.

testEncapsulation()[source]

Tests the Job.encapsulation method, which uses the EncapsulationJob class.

testAddChildEncapsulate()[source]

Make sure that the encapsulate child does not have two parents with unique roots.

toil.test.src.jobEncapsulationTest.noOp()[source]
toil.test.src.jobEncapsulationTest.encapsulatedJobFn(job, string, outFile)[source]