toil.test.docs.scriptsTest

Module Contents

Classes

ToilDocumentationTest

Tests for scripts in the toil tutorials.

Attributes

pkg_root

toil.test.docs.scriptsTest.pkg_root
class toil.test.docs.scriptsTest.ToilDocumentationTest(methodName='runTest')[source]

Bases: toil.test.ToilTest

digraph inheritance8cedf02634 { 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."]; "ToilDocumentationTest" [URL="#toil.test.docs.scriptsTest.ToilDocumentationTest",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 for scripts in the toil tutorials."]; "ToilTest" -> "ToilDocumentationTest" [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)"]; }

Tests for scripts in the toil tutorials.

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

Return type

None

checkExitCode(script)[source]
checkExpectedOut(script, expectedOutput)[source]
checkExpectedPattern(script, expectedPattern)[source]
testCwlexample()[source]
testDiscoverfiles()[source]
testDynamic()[source]
testEncapsulation()[source]
testEncapsulation2()[source]
testHelloworld()[source]
testInvokeworkflow()[source]
testInvokeworkflow2()[source]
testJobFunctions()[source]
testManaging()[source]
testManaging2()[source]
testMultiplejobs()[source]
testMultiplejobs2()[source]
testMultiplejobs3()[source]
testPromises2()[source]
testQuickstart()[source]
testRequirements()[source]
testArguments()[source]
testDocker()[source]
testPromises()[source]
testServices()[source]
testStaging()[source]