toil.test.docs.scriptsTest

Attributes

pkg_root

Classes

ToilDocumentationTest

Tests for scripts in the toil tutorials.

Module Contents

toil.test.docs.scriptsTest.pkg_root = b'.'
class toil.test.docs.scriptsTest.ToilDocumentationTest(methodName='runTest')

Bases: toil.test.ToilTest

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

extra_args (list[str])

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