toil.test.src.workerTest

Module Contents

Classes

WorkerTests

Test miscellaneous units of the worker.

class toil.test.src.workerTest.WorkerTests(methodName='runTest')[source]

Bases: toil.test.ToilTest

digraph inheritanced90d1ae6e7 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "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)"]; "WorkerTests" [URL="#toil.test.src.workerTest.WorkerTests",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="Test miscellaneous units of the worker."]; "ToilTest" -> "WorkerTests" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Test miscellaneous units of the worker.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

testNextChainable()[source]

Make sure chainable/non-chainable jobs are identified correctly.