toil.test.src.threadingTest

Module Contents

Classes

ThreadingTest

Test Toil threading/synchronization tools.

Attributes

log

toil.test.src.threadingTest.log[source]
class toil.test.src.threadingTest.ThreadingTest(methodName='runTest')[source]

Bases: toil.test.ToilTest

digraph inheritance38cc41244f { 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."]; "ThreadingTest" [URL="#toil.test.src.threadingTest.ThreadingTest",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 Toil threading/synchronization tools."]; "ToilTest" -> "ThreadingTest" [arrowsize=0.5,style="setlinewidth(0.5)"]; "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)"]; }

Test Toil threading/synchronization tools.

testGlobalMutexOrdering()[source]
testLastProcessStanding()[source]