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

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, extra_args=[])[source]
Parameters:

extra_args (List[str])

checkExpectedOut(script, expectedOutput)[source]
checkExpectedPattern(script, expectedPattern)[source]
testCwlexample()[source]
testStats()[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]