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')

Bases: toil.test.ToilTest

Inheritance diagram of toil.test.docs.scriptsTest.ToilDocumentationTest

Tests for scripts in the toil tutorials.

classmethod setUpClass()

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

tearDown()

Hook method for deconstructing the test fixture after testing it.

Return type

None

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